On Sat, 22 May 2004, Rennie wrote: > This is probably a stupid question, but how does one get ls (or any other > command) to list the size of directories? > Isn't it somthing like du -hs * to get the storage used by each directory in a directory. or just du -h <directory name> Ian