in reply to RE: RE: What's eating all your disk space?
in thread What's eating all your disk space?
also, the printf should be changed. Instead of "%2.2f" you probably meant "%5.2f". The first digit is the total number of digits, including the period.. . . ($size, $inode)=split; $inode .= "/" if (-d $inode); chop($size); . . .
|
---|