1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

apropos: add -a example (#3018)

This commit is contained in:
RH-sdavey 2019-05-13 17:17:02 +02:00 committed by Ivan Aracki
parent ce642b6c12
commit c0813b29fe

View file

@ -9,3 +9,7 @@
- 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}`