1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-11-02 07:18:29 +01:00
tldr/pages/common/apropos.md

13 lines
220 B
Markdown
Raw Normal View History

2014-03-05 17:18:50 +01:00
# apropos
> Search in manpages.
> For example to find a new command.
2014-03-05 17:18:50 +01:00
- Search for keyword:
2014-03-05 17:18:50 +01:00
`apropos {{regular_expression}}`
- Search without restricting output to terminal width:
2014-03-05 17:18:50 +01:00
`apropos -l {{regular_expression}}`