Query: whatis
OS: freebsd
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
APROPOS(1) BSD General Commands Manual APROPOS(1)NAMEapropos, whatis -- keyword search whatis documentation databasesSYNOPSISapropos [-d] keyword ... whatis [-d] keyword ...DESCRIPTIONThe apropos utility searches a set of databases looking for documentation matching each keyword and displays the results. The whatis utility does the same search but only on complete words. -d Print extra debugging information. The keyword is simply passed to grep(1) allowing for extended regular expression matches.ENVIRONMENTThe following environment variables affect the execution of apropos: MANLOCALES, MANPATH, PATH Used to find the location of the whatis database files. See manpath(1) for additional information. PAGER Program used to display files. If unset, more -s is used.DIAGNOSTICSThe apropos utility exits 0 if a keyword matched and 1 if no keywords are matched or no whatis databases are found.SEE ALSOgrep(1), makewhatis(1), man(1), manpath(1), man.conf(5)BSDSeptember 1, 2010 BSD
| Related Man Pages |
|---|
| apropos(1) - opensolaris |
| apropos(1) - linux |
| whatis(1) - opensolaris |
| apropos(1) - suse |
| whatis(1) - freebsd |
| Similar Topics in the Unix Linux Community |
|---|
| what is the 'whatis' command? |
| List grep results |
| grep and count no of occurences in every line of a file |
| search for words with capital leters |
| Issue with Sed command |