whatis
linuxmacos
Display one-line descriptions from manual pages. See also: `man`, `whereis`.
More info →Options (4)
-l, --longbooleanDon't cut the description off at the end of the line
Example:
whatis {{[-l|--long]}} {{command}}-w, --wildcardbooleanDisplay descriptions for all commands matching a glob
Example:
whatis {{[-w|--wildcard]}} {{net*}}-r, --regexbooleanSearch man page descriptions with a `regex`
Example:
whatis {{[-r|--regex]}} '{{wish[0-9]\.[0-9]}}'-L, --localebooleanDisplay descriptions in a specific language
Example:
whatis {{[-L|--locale]}} {{en}} {{command}}made by @shridhargupta | data from tldr-pages