From owner-freebsd-current Mon May 20 00:47:32 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA00825 for current-outgoing; Mon, 20 May 1996 00:47:32 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id AAA00814 for ; Mon, 20 May 1996 00:47:29 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id RAA10848; Mon, 20 May 1996 17:43:44 +1000 Date: Mon, 20 May 1996 17:43:44 +1000 From: Bruce Evans Message-Id: <199605200743.RAA10848@godzilla.zeta.org.au> To: freebsd-current@FreeBSD.ORG, j@uriah.heep.sax.de Subject: Re: catman Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >You could have written it shorter, btw.: >rm `find /usr/share/man ! -name '*whatis*' -print` >(No need for grep here. The -print is optional, but _only_ for BSD.) I think -print is optional in all POSIX `find's. It is optional in gnu `find' == Linux `find'. Bruce