1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00
tldr/pages/common/apropos.md
2021-04-18 15:33:27 +01:00

457 B

apropos

Search the manual pages for names and descriptions. More information: https://manned.org/apropos.

  • Search for a keyword using a regular expression:

apropos {{regular_expression}}

  • Search without restricting the output to the terminal width:

apropos -l {{regular_expression}}

  • Search for pages that contain all of the expressions given:

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