From owner-freebsd-questions@freebsd.org Sat Sep 30 10:59:59 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D366E24F16 for ; Sat, 30 Sep 2017 10:59:59 +0000 (UTC) (envelope-from 4250.10.freebsd-questions=freebsd.org@email-od.com) Received: from bca5.email-od.com (bca5.email-od.com [207.246.239.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 063B06BD84 for ; Sat, 30 Sep 2017 10:59:58 +0000 (UTC) (envelope-from 4250.10.freebsd-questions=freebsd.org@email-od.com) DKIM-Signature: v=1; a=rsa-sha256; d=email-od.com;i=@email-od.com;s=dkim; c=relaxed/relaxed; q=dns/txt; t=1506769197; x=1509361197; h=x-thread-info:date:from:to:subject:message-id:in-reply-to:references:mime-version:content-type:content-transfer-encoding; bh=SpPbsVM+XSshSFLtFavNBpCgoqaMKhukmIQG+qGLZh8=; b=VBAli2up7DjbYrlP7ixRlsdUcZCP/ZyKtjmadM6cRPb/7G/7yxGvA3WlpKjLF+G/unqZ4w7MVwAHvwONOqKSJSo7gg4EVry0XMFgNbZKSwBcScgHWxXOkpouRuEBpIQ+X5aNaXzSWX8z6BEdgqtxzqpm7em5xqzrQ1H64p4Z82s= X-Thread-Info: NDI1MC4xMi5lMzAwMDAwMDBhMjIxMy5mcmVlYnNkLXF1ZXN0aW9ucz1mcmVlYnNkLm9yZw== Received: from r3.h.in.socketlabs.com (r3.h.in.socketlabs.com [142.0.180.13]) by bca2.email-od.com with ESMTP(version=Tls12 cipher=Aes256 bits=256); Sat, 30 Sep 2017 06:59:49 -0400 Received: from smtp.lan.sohara.org (EMTPY [89.127.62.20]) by r3.h.in.socketlabs.com with ESMTP(version=Tls12 cipher=Aes256 bits=256); Sat, 30 Sep 2017 06:59:50 -0400 Received: from [192.168.63.1] (helo=steve.lan.sohara.org) by smtp.lan.sohara.org with smtp (Exim 4.89 (FreeBSD)) (envelope-from ) id 1dyFUp-000MJY-PP for freebsd-questions@freebsd.org; Sat, 30 Sep 2017 10:59:47 +0000 Date: Sat, 30 Sep 2017 11:59:47 +0100 From: Steve O'Hara-Smith To: freebsd-questions@freebsd.org Subject: Re: list of built-in tools Message-Id: <20170930115947.925f75d8d9cea607a85703b6@sohara.org> In-Reply-To: <20170930102741.3e3199bf@curlew> References: <59CEA922.3070408@gmail.com> <20170930102741.3e3199bf@curlew> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.31; amd64-portbld-freebsd11.0) X-Clacks-Overhead: "GNU Terry Pratchett" Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Sep 2017 10:59:59 -0000 On Sat, 30 Sep 2017 10:36:59 +0100 Mike Clarke wrote: > On Fri, 29 Sep 2017 16:12:18 -0400 > Ernie Luzar 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