diff --git a/README.md b/README.md index dbfeea2..bc43e65 100644 --- a/README.md +++ b/README.md @@ -575,6 +575,8 @@ These items are relevant *only* on Windows. - An alternative option to get GNU developer tools (such as GCC) on Windows is [MinGW](http://www.mingw.org/) and its [MSYS](http://www.mingw.org/wiki/msys) package, which provides utilities such as bash, gawk, make and grep. MSYS doesn't have all the features compared to Cygwin. MinGW is particularly useful for creating native Windows ports of Unix tools. +- `apropos`: search the manual pages + ## More resources - [awesome-shell](https://github.com/alebcay/awesome-shell): A curated list of shell tools and resources.