1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-28 20:15:27 +02:00
tldr/pages/linux/whatis.md
Managor ba6daef39d
*: standardize regex usage (#17328)
Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
2025-07-25 08:50:06 +03:00

523 B

whatis

Display one-line descriptions from manual pages. More information: https://manned.org/whatis.

  • Display a description from a man page:

whatis {{command}}

  • Don't cut the description off at the end of the line:

whatis --long {{command}}

  • Display descriptions for all commands matching a glob:

whatis --wildcard {{net*}}

  • Search man page descriptions with a regex:

whatis --regex '{{wish[0-9]\.[0-9]}}'

  • Display descriptions in a specific language:

whatis --locale={{en}} {{command}}