tldr/pages/linux/whatis.md

16 lines
311 B
Markdown
Raw Normal View History

2016-09-19 18:36:07 +01:00
# 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}}`