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