Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: du with backticks

by blahblahblah (Priest)
on Mar 20, 2008 at 01:35 UTC ( [id://675140]=note: print w/replies, xml ) Need Help??


in reply to du with backticks

The first error message, du: cannot access `~skim': No such file or directory, made me curious. I think that if you reduce your program to a very simple command you'll find that it's not running from the right directory or that ~skim doesn't exist?
my $homedir = '~bogus'; $du=`du -ch $homedir`; print "$du";
produces a similar message for me:
./test du: cannot access `~bogus': No such file or directory 0 total

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (7)
As of 2024-04-19 09:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found