Date: Sat, 30 Sep 2017 10:36:59 +0100 From: Mike Clarke <jmc-freebsd2@milibyte.co.uk> To: Ernie Luzar <luzar722@gmail.com> Cc: "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org> Subject: Re: list of built-in tools Message-ID: <20170930102741.3e3199bf@curlew> In-Reply-To: <59CEA922.3070408@gmail.com> References: <59CEA922.3070408@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 29 Sep 2017 16:12:18 -0400 Ernie Luzar <luzar722@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 -- Mike Clarke
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170930102741.3e3199bf>