> 
> More more tips:
> 
> Often in unix directory sizes never shrink (of the directory, not of
> the files in it).

Here's a fix :)

$ mkdir new
$ mv existing/* new
$ rmdir existing
$ mv new existing

:)

-bill!

Reply via email to