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