Example: I am using tar -zxvf command but I don't know what 'x' stands for.
How can I check this single parameter without having to scroll all the way through man tar?
|
Example: I am using How can I check this single parameter without having to scroll all the way through |
|||
|
|
|
after you are inside man, type press |
|||
|
|
|
You could also
|
|||
|
|
|
If you use Emacs, Hit
Also, in cases like this (man page search), case sensitive search is preferable. Examine the The huge advantage of using your editor to view man pages is that you know all commands so well - navigation, copying, everything you'd like to do, you already know how. |
|||
|
|