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 Substring Matching within StringOSX system volume (sound) GET / SET via Terminal / bashsqlite3 access via bashbash NULL DEVICE - redirecting output & errorsBASH - faster navigationOSX Bash - commands I didn't know before (or saw…OSX review login items via bash+applescriptbash - awk if then else snippetbash - df to get space usage by volume