Skip site navigation (1)Skip section navigation (2)
Date:      16 Jan 2002 16:31:56 -0800
From:      Ken McGlothlen <mcglk@artlogix.com>
To:        "Joe Rodrigues" <jxr2000@tmlp.com>
Cc:        "freebsd questions" <freebsd-questions@FreeBSD.org>
Subject:   Re: Commands
Message-ID:  <87y9ixyg03.fsf@ralf.artlogix.com>
In-Reply-To: <000501c19eec$cc10ad40$f449fea9@tmlp.com>
References:  <000501c19eec$cc10ad40$f449fea9@tmlp.com>

next in thread | previous in thread | raw e-mail | index | archive | help
"Joe Rodrigues" <jxr2000@tmlp.com> writes:

| Is there a way to get an alphabetized and/or by subject list of all the user
| commands available under FreeBsd.

A really cheap way is this:

        $ apropos '(' | grep '(1)' | sort

It's not going to be complete (not all commands have manpages), but it's an
approximation.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?87y9ixyg03.fsf>