On Sun, Jul 08, 2007 at 07:09:36AM -0600, Eric Blake wrote:
> It's quoted wrong. Each predicate must be a separate argument, not one
> run-on argument. You probably meant:
Duh. You're right of course. Thanks!
Leslie
--
Personal homepage: https://viridian.dnsalias.net/~sky/homepage/
gpg --k
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to [EMAIL PROTECTED] on 7/8/2007 6:00 AM:
> I wonder why the following expression:
>
> find /home/sky/projects/findutils/sp \
> '( -fstype ext3 -o -type d -wholename prune1 \
> -o -type d -wholename prune2 -o -type d -wholen
I wonder why the following expression:
find /home/sky/projects/findutils/sp \
'( -fstype ext3 -o -type d -wholename prune1 \
-o -type d -wholename prune2 -o -type d -wholename prune3)' \
-prune -o -print0
fails with
invalid predicate `( -fstype ext3 -o -type d -wholename