Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: drive space script dies on certain characters...

by trammell (Priest)
on Jan 18, 2005 at 17:05 UTC ( [id://423094]=note: print w/replies, xml ) Need Help??


in reply to drive space script dies on certain characters...

This isn't a Perl problem, it's a shell/find/xargs problem. One solution is to delimit your piped data with nulls:
find ... -print0 ... | xargs -0 ...

Log In?
Username:
Password:

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

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

    No recent polls found