mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-12-26 10:24:40 +03:00
whatis: add page (#1078)
This commit is contained in:
parent
0012e4ac2d
commit
7356a47e02
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…
Reference in New Issue
Block a user