03-21-07 12:24 PM
On Mar 21, 6:18 am, "Neo" <vikram.su...@gmail.com> wrote:
> Hi Friends,
> How to find out a specified directory size on unix? Is there any
> direct method?
How about something like "du -k <directory name>", e.g.:
du -k /tmp
and
du -k /tmp | sort -n
?
[ Post a follow-up to this message ]
|