Workaround for "Argument list is too long" shell errors
for file in *.aud do find $file -mtime +7 -exec 'rm' {} \; done