2014-03-05 17:18:50 +01:00
|
|
|
# apropos
|
|
|
|
|
2021-03-31 12:03:02 +02:00
|
|
|
> Search the manual pages for names and descriptions.
|
2021-03-31 13:10:43 +02:00
|
|
|
> More information: <https://man.archlinux.org/man/apropos.1>.
|
2014-03-05 17:18:50 +01:00
|
|
|
|
2021-03-31 12:03:02 +02:00
|
|
|
- Search for a keyword using a regular expression:
|
2014-03-05 17:18:50 +01:00
|
|
|
|
|
|
|
`apropos {{regular_expression}}`
|
|
|
|
|
2021-03-31 12:03:02 +02:00
|
|
|
- Search without restricting the output to the terminal width:
|
2014-03-05 17:18:50 +01:00
|
|
|
|
|
|
|
`apropos -l {{regular_expression}}`
|
2019-05-13 17:17:02 +02:00
|
|
|
|
2021-03-31 12:03:02 +02:00
|
|
|
- Search for pages only that contain all of the expressions given (AND search):
|
2019-05-13 17:17:02 +02:00
|
|
|
|
2021-04-03 20:08:57 -04:00
|
|
|
`apropos {{regular_expression_1}} -a {{regular_expression_2}} -a {{regular_expression_3}}`
|