2025-03-14 21:59:59 -06:00
|
|
|
# whatis
|
|
|
|
|
|
|
|
|
|
> Display one-line descriptions from manual pages.
|
2026-02-18 06:55:01 -07:00
|
|
|
> See also: `man`, `whereis`.
|
2025-03-14 21:59:59 -06:00
|
|
|
> 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:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`whatis {{[-l|--long]}} {{command}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Display descriptions for all commands matching a glob:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`whatis {{[-w|--wildcard]}} {{net*}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2025-09-14 18:48:49 -06:00
|
|
|
- Search man page descriptions with a `regex`:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`whatis {{[-r|--regex]}} '{{wish[0-9]\.[0-9]}}'`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Display descriptions in a specific language:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`whatis {{[-L|--locale]}} {{en}} {{command}}`
|