mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-03 10:43:27 +00:00
18 lines
395 B
Plaintext
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}}`
|