mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-24 00:42:08 +02:00
whatis: add page (#1078)
This commit is contained in:
parent
0012e4ac2d
commit
7356a47e02
1 changed files with 15 additions and 0 deletions
15
pages/linux/whatis.md
Normal file
15
pages/linux/whatis.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# whatis
|
||||
|
||||
> Display one-line descriptions from manual pages.
|
||||
|
||||
- Display a description from a man page:
|
||||
|
||||
`whatis {{command}}`
|
||||
|
||||
- Don't cut the description off at the end of the line:
|
||||
|
||||
`whatis --long {{command}}`
|
||||
|
||||
- Search man page descriptions with a regular expression:
|
||||
|
||||
`whatis --regex {{regular_expression}}`
|
Loading…
Add table
Reference in a new issue