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 - using functionsbash NULL DEVICE - redirecting output & errorsbash - df to get space usage by volumebash - awk if then else snippetBash Substring Matching within StringBASH - faster navigationbash OSX: hours on a computer, list rebootssqlite3 access via bash