mirror of https://github.com/CrimsonTome/tldr.git
13 lines
336 B
Markdown
13 lines
336 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 information about multiple keywords:
|
|
|
|
`whatis {{first_keyword}} {{second_keyword}}`
|