1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 15:18:01 +00:00
Files
til/unix/search-man-page-descriptions.md
2016-10-01 00:29:32 -05:00

9 lines
320 B
Markdown

# Search Man Page Descriptions
You can use the `apropos` command with a keyword argument to search for that
words occurrence throughout all the man pages on your system. For instance,
invoking `apropos whatis` will bring up a list of entries including the
`apropos` command itself.
See `man apropos` for more details.