[aclug-L] Re: Unix/Linux question
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
On Fri, 15 Sep 2000, Maverick Ieong wrote:
> How can I show ALL the unix commands on one line
> with briefly description?
Bash tells me that there are 1110 executables in my path. You don't want
that, I think.
But something that'll come close to what you want is this...
cd /usr/bin; man -k *
That's the majority of the user programs on your system... and over 600 on
mine, so it takes awhile. But there are other binary directories that may
or may not be in your path, so you won't get everything that way.
--
Carl D Cravens (raven@xxxxxxxxxxx)
I'm not lost, I'm "locationally challenged".
-- This is the discussion@xxxxxxxxx list. To unsubscribe,
visit http://tmp2.complete.org/cgi-bin/listargate-aclug.cgi
|
|