Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions base/01_use_man.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ linux系统内置的帮助文档很详细,通常能解决我们的问题,我

正则匹配::

$whatis -r "^loca"

通配符匹配::

$whatis -w "loca*"

更加详细的说明文档::
Expand Down