[mdlug] An A-Z Index of the Bash command line for Linux.

Robert Citek robert.citek at gmail.com
Sat May 7 16:53:20 EDT 2011


On Sat, May 7, 2011 at 4:34 PM, Garry Stahl <tesral at wowway.com> wrote:
> Michael Corral wrote:
>> Keep looking, because that list leaves out a bunch of useful stuff.
...
> Bring it up to them.

Here's a way to generate a lot of that info:

$ ls  ${PATH//:/ } | sort | xargs -n 1 whatis  | more -N

And that only lists items in your path, which misses aliases,
built-ins, and functions.  Two things that struck me about this
pipeline:

1) the sheer number of commands, many of which I am unfamiliar with

$ ls  ${PATH//:/ } | wc -l
2637

2) the number that have no man page

Regards,
- Robert



More information about the mdlug mailing list