cd /dir/that/you/want/to/delte/old/files/in/ find . -mtime +120 -name "*.log" -print -ls -exec /usr/bin/rm -rf {} \;