From: Vihan Pandey Date: 2006-11-10T14:35:38+09:00 Subject: Re: [Ruby Newbie] Reading in a file generated by df ------=_Part_70244_654300.1163136840888 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline > 1. Generate a file (df -k > filename.txt) Your logic is correct, but if a human being is monitoring that disk space, it would be better to use df -kh so you get ``easily interpretable" values, the `h' for human readable form. This is a well know fact, but i just thought i'd mention it anyway. :-) Regards, - vihan ------=_Part_70244_654300.1163136840888--