mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 20:35:26 +02:00
whatis: add osx page (#3372)
This commit is contained in:
parent
7618553956
commit
5e8ef630c3
1 changed files with 12 additions and 0 deletions
12
pages/osx/whatis.md
Normal file
12
pages/osx/whatis.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# 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}}`
|
Loading…
Add table
Reference in a new issue