mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-11 07:58:33 +00:00
Update cheatsheets
This commit is contained in:
21
apropos
Normal file
21
apropos
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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 ([l]ong output):
|
||||
|
||||
`apropos -l {{regular_expression}}`
|
||||
|
||||
- Search for pages that match [a]ll the expressions given:
|
||||
|
||||
`apropos {{regular_expression_1}} -a {{regular_expression_2}} -a {{regular_expression_3}}`
|
||||
Reference in New Issue
Block a user