System Grab Bag

View all TLDR pages from Linux (or from all pages)

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 regular expression:
    whatis --regex '{{wish[0-9]\.[0-9]}}'
  • Display descriptions of a specific language (requires manpage-{{locale}} package):
    whatis --locale={{en}} {{command}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.

Other Projects

This TLDR page is also found in other projects: