1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-31 06:18:17 +01:00
tldr/pages/common/apropos.md
2016-10-12 16:58:04 +01:00

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