The command to copy xxx and yyy files into zzz file is
a: copy xxx and yyy to zzz
b: cp xxx + yyy to zzzls [A Z]
c: cat xxx >> yyy >> zzz
d: cat xxx yyy >> zzz
e: cat xxx yyy << zzz
d: cat xxx yyy >> zzz
Computer Science & Information Technology
You might also like to view...
Which of the following is NOT an example of an upload?
A. Sending a photograph as an email attachment. B. Saving your favorite music videos from a music website to your hard drive. C. Sending a spreadsheet as an email attachment. D. Submitting a term paper to an instructor online.
Computer Science & Information Technology
Which of the following operations was NOT included in the ADT sorted list operations?
a. print the sorted list b. insert an entry into a sorted list c. remove the entry at a given position from a sorted list d. remove a given entry from a sorted list
Computer Science & Information Technology