May 2000
Beginner
761 pages
18h 20m
English
apropos keyword …
apropos searches a set of database files (see directory /usr/man/whatis) containing short descriptions of system commands for keywords and displays the result on the standard output. Same as man -k.
1 $ apropos bash bash (1) - GNU Bourne-Again Shell 2 $ man -k tcsh tsh (1) - C shell with filename completionand command line editing |
Explanation
apropos searches for the keyword bash and prints a short description of what it is.
man -k behaves the same as apropos.
Read now
Unlock full access