mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 13:05:59 +02:00
whatis: add glob example (#1365)
This commit is contained in:
parent
7a9c755e4e
commit
e8d141b6c4
1 changed files with 5 additions and 1 deletions
|
@ -10,6 +10,10 @@
|
|||
|
||||
`whatis --long {{command}}`
|
||||
|
||||
- Display descriptions for all commands matching a glob:
|
||||
|
||||
`whatis --wildcard {{net*}}`
|
||||
|
||||
- Search man page descriptions with a regular expression:
|
||||
|
||||
`whatis --regex {{regular_expression}}`
|
||||
`whatis --regex '{{wish[0-9]\.[0-9]}}'`
|
||||
|
|
Loading…
Add table
Reference in a new issue