/bin/rm -f *- *~ *.old *.bak /bin/rm -f *.ps */*.ps find new/ -name '*.abc' -mtime +30 -exec ls -l {} ';' -exec rm {} ';'