On 18 Feb 2002 04:35:37 -0500
Paul Kraus <[EMAIL PROTECTED]> wrote:

> Is there a way to determin the the size of a directory? totaly file
> size? Perferably with command line. Thanks.
try
du -h

this will show you the size of current directory and all subdirectories, if
you don't want subdirectories use this option

du -h --max-depth=0

see man du for more details (few days ago there were a couple of posts on
how to use du to find directories in a certain size range).

cheers,
Alaa

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to