2014-03-05 16:18:50 +00:00
|
|
|
# apropos
|
|
|
|
|
2021-03-31 11:03:02 +01:00
|
|
|
> Search the manual pages for names and descriptions.
|
2021-04-12 07:54:04 +01:00
|
|
|
> More information: <https://manned.org/apropos>.
|
2014-03-05 16:18:50 +00:00
|
|
|
|
2021-03-31 11:03:02 +01:00
|
|
|
- Search for a keyword using a regular expression:
|
2014-03-05 16:18:50 +00:00
|
|
|
|
|
|
|
`apropos {{regular_expression}}`
|
|
|
|
|
2021-03-31 11:03:02 +01:00
|
|
|
- Search without restricting the output to the terminal width:
|
2014-03-05 16:18:50 +00:00
|
|
|
|
|
|
|
`apropos -l {{regular_expression}}`
|
2019-05-13 16:17:02 +01:00
|
|
|
|
2021-08-15 18:59:09 +01:00
|
|
|
- Search for pages that contain all the expressions given:
|
2019-05-13 16:17:02 +01:00
|
|
|
|
2021-04-04 01:08:57 +01:00
|
|
|
`apropos {{regular_expression_1}} -a {{regular_expression_2}} -a {{regular_expression_3}}`
|