Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 May 1996 17:43:44 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        freebsd-current@FreeBSD.ORG, j@uriah.heep.sax.de
Subject:   Re: catman
Message-ID:  <199605200743.RAA10848@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605200743.RAA10848>