mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 22:42:08 +02:00

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
12 lines
305 B
Markdown
12 lines
305 B
Markdown
# whatis
|
|
|
|
> Search a set of database files for 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 {{keyword1}} {{keyword2}}`
|