mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-14 10:32:11 +03:00
218 B
218 B
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}}