From e8d141b6c47b279deac402348669d9ece9c6f149 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Thu, 4 May 2017 08:38:06 +0100 Subject: [PATCH] whatis: add glob example (#1365) --- pages/linux/whatis.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pages/linux/whatis.md b/pages/linux/whatis.md index 50b0e9ad3f..7622759522 100644 --- a/pages/linux/whatis.md +++ b/pages/linux/whatis.md @@ -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]}}'`