1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-08 14:15:41 +02:00
tldr/pages/common/apropos.md
Managor ba6daef39d
*: standardize regex usage (#17328)
Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
2025-07-25 08:50:06 +03:00

16 lines
425 B
Markdown

# apropos
> Search the manual pages for names and descriptions.
> More information: <https://manned.org/apropos>.
- Search for a keyword using a `regex`:
`apropos {{regex}}`
- Search without restricting the output to the terminal width ([l]ong output):
`apropos {{[-l|--long]}} {{regex}}`
- Search for pages that match all the `regex` given:
`apropos {{regex_1}} {{[-a|--and]}} {{regex_2}} {{[-a|--and]}} {{regex_3}}`