signal Flashcards
apropos
apropos [option] keyword
searches manual (man) description for instances of keywords
apropos -d
–debug
print debug information
apropos -v
–verbose
print verbose warning messages
apropose -r
–regex
interpret each keyword as a regular expression,
apropos -w
–wildcard
Interpret each keyword as a pattern containing shell style wildcard.
apropos -e
–exact
each keyword will be exactly matched.
apropos -a
–and
only dilplay items that match all supplied keywords.
apropos -l
–long
do not trim output to the terminal width.
apropos -s list
–sections=list, –section=list
search only the given manual sections.
apropos -m system
–systems=system
if this system has access to other operating systems’ manual page descriptions, they can be searched using this option.
apropos =M path
–manpath=path
specify an alternate set og colon-delimited manual page hierarchies to search.
apropos -L local
–local=locale
use this option to supply a locale string directly to apropos.
apropos -c file
–config-file=file
use this user configuration file rather then the default of “~/.manpath”.
apropos -?
–help
print a short help message and exit.
apropos -v
–version
display version information.