mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-02 15:17:58 +01:00
13 lines
216 B
Markdown
13 lines
216 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}}`
|