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 NULL DEVICE - redirecting output & errorsbash - iterating over a string arraybash - df to get space usage by volumebash mkdir -p for recursive subdirectory creationbash - awk with colored outputbash - awk if then else snippetOSX system volume (sound) GET / SET via Terminal / bashbash: for - looping to repeat commandssqlite3 access via bash