mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
13 lines
337 B
Markdown
13 lines
337 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 informations about keyword:
|
||
|
|
||
|
`whatis {{keyword}}`
|
||
|
|
||
|
- Search for informations about multiple keywords:
|
||
|
|
||
|
`whatis {{first_keyword}} {{second_keyword}}`
|