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:sqlite3 access via bashbash: process each line as result of command using IFS=BASH - faster navigationOSX review login items via bash+applescriptOSX Bash - commands I didn't know before (or saw…bash - pass arguments with flags to scriptbash OSX iTerm2 - display inline images in terminalBASH y/n select - on user inputBASH snippet - clean up stereo pairs and sort by…