bug-findutils
[Top][All Lists]
Advanced

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

[bug #21373] [Feature req] Option to manipulate paths before {} expansio


From: James Youngman
Subject: [bug #21373] [Feature req] Option to manipulate paths before {} expansion.
Date: Sat, 17 Nov 2007 11:20:06 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.8) Gecko/20071004 Iceweasel/2.0.0.8 (Debian-2.0.0.8-1)

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

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