diff --git a/pages/common/apropos.md b/pages/common/apropos.md new file mode 100644 index 0000000000..ae6452775a --- /dev/null +++ b/pages/common/apropos.md @@ -0,0 +1,12 @@ +# apropos + +> Search in manpages +> for example to find a new command + +- search for keyword + +`apropos {{regular_expression}}` + +- search without restricting output to terminal width + +`apropos -l {{regular_expression}}`