mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 23:46:00 +02:00
add apropos.md
This commit is contained in:
parent
1825a422a8
commit
662bc05ca8
1 changed files with 12 additions and 0 deletions
12
pages/common/apropos.md
Normal file
12
pages/common/apropos.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
# apropos
|
||||||
|
|
||||||
|
> Search in manpages
|
||||||
|
> for example to find a new command
|
||||||
|
|
||||||
|
- search for keyword
|
||||||
|
|
||||||
|
`apropos {{regular_expression}}`
|
||||||
|
|
||||||
|
- search without restricting output to terminal width
|
||||||
|
|
||||||
|
`apropos -l {{regular_expression}}`
|
Loading…
Add table
Reference in a new issue