diff --git a/pages/linux/whatis.md b/pages/linux/whatis.md new file mode 100644 index 0000000000..50b0e9ad3f --- /dev/null +++ b/pages/linux/whatis.md @@ -0,0 +1,15 @@ +# whatis + +> Display one-line descriptions from manual pages. + +- Display a description from a man page: + +`whatis {{command}}` + +- Don't cut the description off at the end of the line: + +`whatis --long {{command}}` + +- Search man page descriptions with a regular expression: + +`whatis --regex {{regular_expression}}`