whatis: add osx page (#3372)

This commit is contained in:
Ivan Aracki
2019-10-13 19:21:25 +02:00
committed by GitHub
parent 7618553956
commit 5e8ef630c3

12
pages/osx/whatis.md Normal file
View 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}}`