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 iTerm2 - display inline images in terminalBash Substring Matching within Stringbash - awk if then else snippetbash - OSX Mac Processor CPU DetailsOSX review login items via bash+applescriptbash - iterating over a string arraysqlite3 access via bashBitBar - OSX custom menu bar - running #!/bin/bashBASH - faster navigation