Ran Hooper wrote:
> 
> How do I accomplish this? I would like to be able to tell in a glance how
> many bytes worth of files a directory has in it. Bytes free isn't too
> important, I can get that with df -h easy enough.
> 
> Regards,
> 
> Ran Hooper
> [EMAIL PROTECTED]

Hi. I usually use "du". For example, "du /home" will tell me the
amount for all directories/folders in /home, as well as a total
for /home at the bottom of the listing...

Do a "man du" for more/better options than my humble attempts.

-- 
                                                               /\
                                                           Dark><Lord
                                                               \/

Reply via email to