Follow-up Comment #1, bug #21373 (project findutils):

Why not just use 
find ./lib -name '*.pm' -print0 | 
 perl -0ne 's/([^/]*/){2}//; print;' |
 xargs -r0 ... 

    _______________________________________________________

Reply to this item at:

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

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



Reply via email to