mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
12 lines
220 B
Markdown
12 lines
220 B
Markdown
# apropos
|
|
|
|
> Search in manpages.
|
|
> For example to find a new command.
|
|
|
|
- Search for keyword:
|
|
|
|
`apropos {{regular_expression}}`
|
|
|
|
- Search without restricting output to terminal width:
|
|
|
|
`apropos -l {{regular_expression}}`
|