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 if then else snippetbash - pass arguments with flags to scriptBitBar - OSX custom menu bar - running #!/bin/bashbash: for - looping to repeat commandsbash: process each line as result of command using IFS=bash - check that script is being executed by rootbash combine pdf or other image files into pdfbash - du to get space used by directoryBash Substring Matching within String