bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Invalid predicate problem


From: leslie . polzer
Subject: Invalid predicate problem
Date: Sun, 8 Jul 2007 14:00:34 +0200
User-agent: mutt-ng/devel-r804 (Linux)

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 prune1 -o
    -type d -wholename prune2 -o  -type d -wholename prune3)'

What's wrong with it?

  Leslie

-- 
Personal homepage: https://viridian.dnsalias.net/~sky/homepage/
gpg --keyserver pgp.mit.edu --recv-keys DD4EBF83

Attachment: pgpHh_dl2ByCx.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]