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 - OSX Mac Processor CPU DetailsBASH - faster navigationbash OSX iTerm2 - display inline images in terminal.DS_Store - BASH shell - Linux/OSX = Find & Remove Filesbash combine pdf or other image files into pdfbash: for - looping to repeat commandsBitBar - OSX custom menu bar - running #!/bin/bashbash - du to get space used by directorybash - awk if then else snippet