On 4/1/2014, Patrick Keshishian wrote: > sorry to crash your party, but i think you've got something there > with the usage() example. this could reduce man executable to > a one line shell script (or a builtin): > > $ cat /usr/bin/man > #!/bin/sh > while [ $# -gt 0 ] ; do $1 -h | ${PAGER:-more} ; shift ; done > > Yeah?
Not for man -k (apropros).