Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: getting picky with File::Find

by oiskuu (Hermit)
on Apr 09, 2014 at 06:02 UTC ( [id://1081604]=note: print w/replies, xml ) Need Help??


in reply to getting picky with File::Find

And a unixy alternative:

$ find /home/tdawg/workspace/zoo/abc1* \ -name dead -prune -o -name baby -prune -o \ -name list.dat -type f -print0 | xargs -0 cat > gigantofile.dat

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (6)
As of 2024-04-18 20:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found