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
2024-10-12 10:02:00 +02:00

12 lines
306 B
Markdown

# whatis
> Search a set of database files for short descriptions of system commands for keywords.
> More information: <https://www.linfo.org/whatis.html>.
- Search for information about keyword:
`whatis {{keyword}}`
- Search for information about multiple keywords:
`whatis {{keyword1}} {{keyword2}}`