1
0
Fork 0
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:
Starbeamrainbowlabs 2017-05-04 08:38:06 +01:00 committed by Waldir Pimenta
parent 7a9c755e4e
commit e8d141b6c4

View file

@ -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]}}'`