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-04-12 08:54:04 +02:00
|
|
|
> More information: <https://manned.org/apropos>.
|
2014-03-05 17:18:50 +01:00
|
|
|
|
2025-07-25 08:50:06 +03:00
|
|
|
- Search for a keyword using a `regex`:
|
2014-03-05 17:18:50 +01:00
|
|
|
|
2025-07-25 08:50:06 +03:00
|
|
|
`apropos {{regex}}`
|
2014-03-05 17:18:50 +01:00
|
|
|
|
2024-02-09 11:34:08 -03:00
|
|
|
- Search without restricting the output to the terminal width ([l]ong output):
|
2014-03-05 17:18:50 +01:00
|
|
|
|
2025-07-25 08:50:06 +03:00
|
|
|
`apropos {{[-l|--long]}} {{regex}}`
|
2019-05-13 17:17:02 +02:00
|
|
|
|
2025-07-25 08:50:06 +03:00
|
|
|
- Search for pages that match all the `regex` given:
|
2019-05-13 17:17:02 +02:00
|
|
|
|
2025-07-25 08:50:06 +03:00
|
|
|
`apropos {{regex_1}} {{[-a|--and]}} {{regex_2}} {{[-a|--and]}} {{regex_3}}`
|