11. You have created a script file called sum_report in your home directory and have made it
executable. What command do you use to run the script?
12. Standard output is referred to as which of the following?
13. Which of the following conditions must be met for you to combine two files using the join
command? (Choose all that apply.)
14. Which of the following commands can you use to sort the file vendor_name and display the
results on the screen?
15. When you use the paste command, columns of information are separated by a tab. However, your
boss wants the columns separated by a colon. What option enables you to specify the colon as the
separator?
16. You are examining your addresses file, which contains the first and last names of people you
know as well as their street address, city, state, zip code, and telephone number. You want to print
a list of last names, which is field 1, and telephone numbers, which is field 7. Which of the
following commands enables you to print this list?
17. You keep a yearly record of the birds you’ve seen in your town. The name of the file is birds. The
file contains the following fields name (field 1), markings (field 2), year(s) viewed (field 3), and
location (field 4). You want to review the contents of the file, sorted by location. Which of the
following commands do you use?
18. Which of the following can be accomplished with the mv command? (Choose all that apply.)
19. Your boss asks you to create a professional-looking report from the contents of two files. Which
of the following tools enables you to produce a polished report?
20. What command enables you to sort the contents of a file in reverse order?
21. You want to combine two files, data07 and data08, into a file called data_all. Which of the
following commands do you use?
22. How can you use the touch command to create four new files called sum, datanew, results, and
calcs (using one command line)?
23. Create a command that sorts on the second field in the file addresses, and then writes the sorted
results to the new file sorted_addresses.