Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Recursive search and delete

by Arunbear (Prior)
on Nov 16, 2012 at 11:59 UTC ( [id://1004176]=note: print w/replies, xml ) Need Help??


in reply to Recursive search and delete

For this task you probably don't need to resort to Perl e.g. using the standard command line tools
find -name 'abc*xml' | xargs rm
would accomplish the same.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1004176]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-03-29 11:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found