apropos-searches the whatis database for strings

 <  Day Day Up  >  

apropos ”searches the whatis database for strings

 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 .

Example A.1.
 1 $  apropos bash   bash (1)                 - GNU Bourne-Again SHell  2 $  man -k tcsh   tsh (1)               - C shell with filename completionand command-line editing  

EXPLANATION

  1. apropos searches for the keyword bash and prints a short description of what it is.

  2. man -k behaves the same as apropos.

 <  Day Day Up  >  


UNIX Shells by Example
UNIX Shells by Example (4th Edition)
ISBN: 013147572X
EAN: 2147483647
Year: 2004
Pages: 454
Authors: Ellie Quigley

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net