Files
tldr/pages/common/apropos.md
marchersimon a8cbf084db Apply suggestions from code review
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
2021-04-18 15:33:27 +01:00

470 B

apropos

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

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