EMH
11-26-2002, 05:22 AM
I checked out the apropos command this morning.
Use this command when you can't think of the exact command but know of a similar word to the command.
For example, if you don't know all of the versions of edit on your system then in a shell type:
$ apropos edit
[Note: The dollar sign is your command prompt]
This will return tons of commands. You can then read about each one using
$ man joe
[Note joe is a text editor]
You can substitute any other command apropos finds on your system in place of the word joe.
Have fun.
Use this command when you can't think of the exact command but know of a similar word to the command.
For example, if you don't know all of the versions of edit on your system then in a shell type:
$ apropos edit
[Note: The dollar sign is your command prompt]
This will return tons of commands. You can then read about each one using
$ man joe
[Note joe is a text editor]
You can substitute any other command apropos finds on your system in place of the word joe.
Have fun.