AP DS Scripting TECH bash – wavecache.wfm removal ~~ July 31, 2019 Need help cleaning up the WaveCache.wfm files ProTools generates? Nuke ’em all with one line. 1locate WaveCache.wfm | while read i; do echo "REMOVING "$i""; rm "$i"; done Related Posts:bash: for - looping over and processing files in…bash - iterating over a string arraybash - awk with colored outputsqlite3 access via bashbash OSX iTerm2 - display inline images in terminalbash - du to get space used by directorybash OSX: hours on a computer, list rebootsbash - awk if then else snippetOSX Bash - commands I didn't know before (or saw…