list of built-in tools
Steve O'Hara-Smith
steve at sohara.org
Sat Sep 30 10:59:59 UTC 2017
On Sat, 30 Sep 2017 10:36:59 +0100
Mike Clarke <jmc-freebsd2 at milibyte.co.uk> wrote:
> On Fri, 29 Sep 2017 16:12:18 -0400
> Ernie Luzar <luzar722 at gmail.com> wrote:
>
> > Looking for a list or index of all the basic system utilities.
>
> You can get a list of names and descriptions with this Bourne shell
> command:
>
> cd /usr/share/man/man1 && (for i in `ls -1 | sed 's/\.1\.gz//'`; do
> whatis $i ; done) 2>/dev/null | sort -u
Nice, not what I'd call quick (hint keep the output) but nice.
--
Steve O'Hara-Smith <steve at sohara.org>
More information about the freebsd-questions
mailing list