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 - df to get space usage by volumeBitBar - OSX custom menu bar - running #!/bin/bashbash mkdir -p for recursive subdirectory creationbash - du to get space used by directorybash - iterating over a string arraybash: for - looping over and processing files in…bash: for - looping to repeat commandsbash combine pdf or other image files into pdf