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 snippet - clean up stereo pairs and sort by…BitBar - OSX custom menu bar - running #!/bin/bashbash - df to get space usage by volumebash - du to get space used by directorybash - pass arguments with flags to scriptbash - using functionssqlite3 access via bash