I haven't read you're page yet (it's loading as I type) but I like using this one:
for i in `ls` ; do du -h $i ; done which will give you a human readable list of sizes each directory is changing. Can anyone think of a good way to sort that? Alan ____________________ BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________ List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
