tldr/pages/osx/whatis.md
2019-10-15 21:28:05 +01:00

13 lines
336 B
Markdown

# whatis
> Tool that searches a set of database files containing short descriptions of system commands for keywords.
> More information: <http://www.linfo.org/whatis.html>.
- Search for informations about keyword:
`whatis {{keyword}}`
- Search for information about multiple keywords:
`whatis {{first_keyword}} {{second_keyword}}`