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 - awk with colored outputbash - pass arguments with flags to scriptbash combine pdf or other image files into pdfOSX review login items via bash+applescriptOSX system volume (sound) GET / SET via Terminal / bashbash - check that script is being executed by rootBitBar - OSX custom menu bar - running #!/bin/bashbash OSX: hours on a computer, list rebootsBASH y/n select - on user input