Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

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

by gwhite (Friar)
on Jan 18, 2005 at 17:08 UTC ( [id://423097]=note: print w/replies, xml ) Need Help??


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

@dirs=`find $partName -mount -type d | xargs du -sk`;

you might try putting double quotes around the $partName, looks like a syntax error from find something like (but totally untested).

@dirs=`find "$partName" -mount -type d | xargs du -sk`;

g_White

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-23 15:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found