Comment on Browse and Discover Manpages
hascat@programming.dev 1 year ago
man -k xyz
will search for any man page with xyz
in it. You can also do man stdio
to see what’s in the stdio library.
Comment on Browse and Discover Manpages
hascat@programming.dev 1 year ago
man -k xyz
will search for any man page with xyz
in it. You can also do man stdio
to see what’s in the stdio library.
mrkite@programming.dev 1 year ago
There’s also
apropos
which searches man pages on keyword.