>>> cd /usr/spool/uucppublic
>>> find . -type f -mtime +30 -exec rm -f {} \;
Ok, maybe I haven't been following this discussion closely enough
but what is wrong with
find /usr/spool/uucppublic -type f -mtime +30 -exec rm -f {} \;
--
Hans Jespersen
hjespersen at trillium.waterloo.edu
uunet!watmath!trillium!hjespersen