|
COMP 2400 Software Tools
Goals: Getting help about a command
from the command line
- $ apropos command-keyword
- $ man command
- $ locate command
- $ locate with grep
- $ command --help
- $ info command
- $ whatis keyword
- $ which command //gives the path
of the binary
Link to an online beginner's tutorial:
|