Datasheet

Exercises
1. The apropos command returns a list of manual pages that match one or more keywords. Try
entering the following commands into Terminal:
a. apropos copy
b. apropos copy file
c. apropos “copy file”
Which of these commands provides the best result?
2. You have seen how you can use man to read the online help for a specific command. Type man
man
into Terminal and read about what man is capable of. For example, what does man -k “copy
file”
do?
20
Chapter 1
05_573993 ch01.qxd 6/16/05 2:22 PM Page 20