Files
cheatsheet-tldr/tldr/osx/whatis

18 lines
395 B
Plaintext

---
syntax: markdown
tags: [tldr, osx]
source: https://github.com/tldr-pages/tldr.git
---
# 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}}`