1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/whatis.md
2016-09-19 23:06:07 +05:30

311 B

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}}