tldr/pages/osx/whatis.md

13 lines
336 B
Markdown
Raw Normal View History

2019-10-13 18:21:25 +01:00
# 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:
2019-10-13 18:21:25 +01:00
`whatis {{first_keyword}} {{second_keyword}}`