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…bash NULL DEVICE - redirecting output & errorsbash - awk with colored outputbash - du to get space used by directoryBitBar - OSX custom menu bar - running #!/bin/bashbash - awk if then else snippetbash: process each line as result of command using IFS=bash - iterating over a string arraybash OSX: hours on a computer, list reboots