1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-11-01 21:17:56 +01:00
tldr/pages/common/apropos.md
2016-01-08 09:38:59 +01:00

12 lines
220 B
Markdown

# apropos
> Search in manpages.
> For example to find a new command.
- Search for keyword:
`apropos {{regular_expression}}`
- Search without restricting output to terminal width:
`apropos -l {{regular_expression}}`