.../assignments/data_sources 3. Which of the following are examples of manipulation and transformation commands? (Choose all that apply.) a. sed b. pr c. join d. paste 4. Which of the following is true of the pipe operator? (Choose all that apply.) d. It redirects the output of one command to the input of another command. 5. Because the data was formatted the same in two inventory files, you decided to combine their contents into one file. Now you want to determine if there are duplicate entries on consecutive lines in the new file. Which of the following commands enables you to find the duplicate entries? c. uniq 6. Your friend is using the command comm entryfile, but is getting an error message. What is the problem? (Choose all that apply.) b. It is necessary to use either the -m or -t option with the comm command. 7. Your boss is trying to import the customers file into her spreadsheet program, but the data goes into the spreadsheet incorrectly. This is because the fields are separated by dashes (-) and the spreadsheet program requires the fields to be separated by colons (:)....
Words: 971 - Pages: 4