mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
500 B
500 B
apropos
Search the manual pages for names and descriptions. More information: https://man.archlinux.org/man/core/man-db/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 only that contain all of the expressions given (AND search):
apropos {{regular_expression_1}} -a {{regular_expression_2}} -a {{regular_expression_3}}