2014-03-05 20:18:50 +04:00
|
|
|
# apropos
|
|
|
|
|
2016-10-12 18:58:04 +03:00
|
|
|
> Search in manpages, for example to find a new command.
|
2014-03-05 20:18:50 +04:00
|
|
|
|
2016-01-07 20:31:27 +03:00
|
|
|
- Search for keyword:
|
2014-03-05 20:18:50 +04:00
|
|
|
|
|
|
|
`apropos {{regular_expression}}`
|
|
|
|
|
2016-01-07 20:31:27 +03:00
|
|
|
- Search without restricting output to terminal width:
|
2014-03-05 20:18:50 +04:00
|
|
|
|
|
|
|
`apropos -l {{regular_expression}}`
|
2019-05-13 18:17:02 +03:00
|
|
|
|
|
|
|
- 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}`
|