The above form of the man command is useful if you know the command that you have to use and want to get more detailed information. If you don't know the command you need to use, you can try man with the "-k" option. For instance, let us assume that you want to rename a file but you don't know the command to do it. You could enter the command man -k rename and man would give you a list of commands that it thinks might be useful for you. (Well, if you actually try this example, you'll find that the command you really want to use, mv, is not one of those listed! This is not unusual; unfortunately, man -k often doesn't yield useful results, but it's still worth a try.)
| Previous | Table of Contents | Continue |