there is on script, and it inclueds a command
find . ! -name "*.Z" -mtime +1 |xargs -I{} compress {} 2>/dev/null
As there are a lot of files will be found out, more than 20000, this script will be run every half an hour, but someday I received a warning, the find command use 20% CPU
#ps...