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