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:OSX system volume (sound) GET / SET via Terminal / bashbash - pass arguments with flags to scriptbash - using functionsBASH y/n select - on user inputbash - iterating over a string arraysqlite3 access via bashbash - du to get space used by directorybash: for - looping to repeat commandsbash - awk with colored output