From 12f9ec501d717c3b641455e969b8adf409679ecf Mon Sep 17 00:00:00 2001 From: Beau Hastings Date: Wed, 17 Jun 2015 23:33:59 -0500 Subject: [PATCH] Add apropos Signed-off-by: Beau Hastings --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index faa6be5..c0ab55a 100644 --- a/README.md +++ b/README.md @@ -387,6 +387,8 @@ A few examples of piecing together commands: - `ngrep`: grep for the network layer +- `apropos`: search the manual pages + ## More resources - [awesome-shell](https://github.com/alebcay/awesome-shell): A curated list of shell tools and resources.