Complete.Org: Mailing Lists: Archives: discussion: September 2000:
[aclug-L] Re: Unix/Linux question
Home

[aclug-L] Re: Unix/Linux question

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: ACLUG_DISCUSSION <discussion@xxxxxxxxx>
Subject: [aclug-L] Re: Unix/Linux question
From: Carl D Cravens <raven@xxxxxxxxxxx>
Date: Fri, 15 Sep 2000 12:26:36 -0500 (CDT)
Reply-to: discussion@xxxxxxxxx

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


[Prev in Thread] Current Thread [Next in Thread]