bug-findutils
[Top][All Lists]
Advanced

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

[bug #26883] "or" condition and -exec directive


From: Dawid Marcin Grzesiak
Subject: [bug #26883] "or" condition and -exec directive
Date: Thu, 25 Jun 2009 14:01:32 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.11) Gecko/2009060308 Ubuntu/9.04 (jaunty) Firefox/3.0.11

Follow-up Comment #3, bug #26883 (project findutils):

Oh yes, it works. Simple thing but quite confusing. Sorry about that.

Before you replay I temporary solved it using this approach:


find -iname '*.scala' -o -iname '*.java' | tr 'n' ' ' | xargs -0 echo


I tried -print0 option, but as you mention, it takes precedence before -or
operator.

Thanks,
Dawid

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?26883>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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