1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/osx/whatis.md

13 lines
324 B
Markdown
Raw Normal View History

2019-10-13 19:21:25 +02: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>.
2020-12-04 07:37:44 -05:00
- Search for information about keyword:
2019-10-13 19:21:25 +02:00
`whatis {{keyword}}`
- Search for information about multiple keywords:
2019-10-13 19:21:25 +02:00
`whatis {{keyword1}} {{keyword2}}`