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 - faster navigationbash - awk if then else snippetbash mkdir -p for recursive subdirectory creationbash OSX: hours on a computer, list rebootsBASH y/n select - on user inputBASH snippet - clean up stereo pairs and sort by…bash NULL DEVICE - redirecting output & errorsBash Substring Matching within Stringbash - pass arguments with flags to script