logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Whatis Command - Display Man Page Descriptions | Online Free DevTools by Hexmos

Quickly display man page descriptions with the whatis command. Access concise summaries and detailed information using various options. Free online tool, no registration required.

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

See Also