apropos: add link
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
d5cbcd6fbc
commit
be27e77a15
@@ -1,15 +1,16 @@
|
||||
# apropos
|
||||
|
||||
> Search in manpages, for example to find a new command.
|
||||
> Search the manual pages for names and descriptions.
|
||||
> More information: <https://man.archlinux.org/man/core/man-db/apropos.1>.
|
||||
|
||||
- Search for keyword:
|
||||
- Search for a keyword using a regular expression:
|
||||
|
||||
`apropos {{regular_expression}}`
|
||||
|
||||
- Search without restricting output to terminal width:
|
||||
- Search without restricting the output to the terminal width:
|
||||
|
||||
`apropos -l {{regular_expression}}`
|
||||
|
||||
- Search for pages that only contain all of the expressions given (AND search):
|
||||
- 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}}`
|
||||
|
Reference in New Issue
Block a user