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 snippet - clean up stereo pairs and sort by…OSX system volume (sound) GET / SET via Terminal / bashbash: process each line as result of command using IFS=bash - awk with colored outputBASH - faster navigationBitBar - OSX custom menu bar - running #!/bin/bashbash OSX iTerm2 - display inline images in terminalOSX review login items via bash+applescriptBash Substring Matching within String