From owner-freebsd-questions Sun Jun 9 23:28:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lexx.zssm.zp.ua (lexx.zssm.zp.ua [212.8.32.8]) by hub.freebsd.org (Postfix) with ESMTP id 553B637B414 for ; Sun, 9 Jun 2002 23:28:02 -0700 (PDT) Received: from server.hermes-comp.zp.ua (germes-comp.zssm.zp.ua [212.8.32.132] (may be forged)) by lexx.zssm.zp.ua (8.9.2/8.9.2) with ESMTP id JAA26801; Mon, 10 Jun 2002 09:13:09 +0300 (EET DST) Received: from localhost (localhost [127.0.0.1]) by server.hermes-comp.zp.ua (Postfix) with ESMTP id F083238308; Mon, 10 Jun 2002 09:09:11 +0300 (EEST) Date: Mon, 10 Jun 2002 09:09:11 +0300 (EEST) From: Alexander V Zubchenko To: Corey Snow Cc: Subject: Re: FreeBSD Command Summary? In-Reply-To: <3D010445.19429.AFCF05@localhost> Message-ID: <20020610090006.O74877-100000@server.hermes-comp.zp.ua> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Greetings! On Fri, 7 Jun 2002, Corey Snow wrote: > Is there a summary or browseable list of the commands available in > FreeBSD, and if so, where? > > Thanks, > > Corey Snow > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > Let me provide here another way: # makewhatis //I'm not sure that this will work as non-root. # foreach i (`find /bin /sbin /usr/bin /usr/sbin -type f`) ? basename $i >> tmp.cmd.lst ? end # whatis `cat tmp.cmd.lst` | less This must provide You with a one-line descriptions of all commands (but, interesting, no whatis for cp(1) :-( ). If this happen to You, get a look on 'man ' (for cp(1), this work). Hope, this may help. Alexander To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message