1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 14:02:08 +02:00
tldr/pages/osx/whatis.md
2020-12-11 21:27:28 +00:00

12 lines
335 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 information about keyword:
`whatis {{keyword}}`
- Search for information about multiple keywords:
`whatis {{first_keyword}} {{second_keyword}}`