mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 14:02:08 +02:00
12 lines
335 B
Markdown
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}}`
|