6 ms·
you can grep the man page contents by using the following command man <command> | col -b | grep "search_string"
by anjanb 3y ago
you can grep the man page contents by using the following command
man <command> | col -b | grep "search_string"
6 ms·