find . -type f -exec tcsh -cf 'echo -n "{} "; filetest -M {}' \; | awk 'BEGIN{t=systime()} $2<t-86400{print $1}' | xargs rm