[net.general] More directory junk

phil (12/28/82)

Since everyone has been so active about directorys and how to compact
them and writing these stupid programs that must be run from root since
they link to directories and such madness, I thought I would post some
more junk.  I am posting the source for a little utility I wrote to keep
track of how full directories get called "dirstat".  It has no manual
page sorry.  Also, instead of running "uusquish" I just run the 5 following
lines at the end of /etc/rc (which gets run 5 times a week):


dirstat /usr/spool/uucp
mv /usr/spool/uucp /usr/spool/at
(cd /usr/spool/at; find uucp -print | cpio -pdlm /usr/spool)
rm -rf /usr/spool/at/uucp
dirstat /usr/spool/uucp

Now, isn't that easy?  Oh well... (look in net.sources for source for dirstat)

	Phil Hochstetler
	Intel Corp.