How to jump to a particular flag in a Unix manpage?
Posted
by
dotancohen
on Super User
See other posts from Super User
or by dotancohen
Published on 2012-06-26T09:38:03Z
Indexed on
2012/06/26
15:18 UTC
Read the original article
Hit count: 273
When reading a Unix manpage in the terminal, how can I jump easily to the description of a particular flag?
For instance, I need to know the meaning of the -o
flag for mount
. I run man mount
and want to jump to the place where -o
is described. Currently, I search /-o
however that option is mentioned in several places before the section that actually describes it, so I must jump around quite a bit.
Thanks.
© Super User or respective owner