1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/apropos.md
2014-03-05 17:18:50 +01:00

12 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}}`