1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-28 23:44:54 +02:00
tldr/pages/common/apropos.md
2019-05-13 17:17:02 +02:00

15 lines
390 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}}`
- Search for pages that only contain all of the expressions given (AND search):
`apropos {{regular_expression_1}} -a {{regular_expression_2}} -a {{regular_expression_3}`