Files
tldr/pages/common/apropos.md
2021-04-03 20:08:57 -04:00

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

  • Search for pages that only contain all of the expressions given (AND search):

apropos {{regular_expression_1}} -a {{regular_expression_2}} -a {{regular_expression_3}}