# remove WAV files older than 7 days
find /var/www/html/tmp -type f -mtime +7 -name '*.WAV' -exec rm  {} \;
