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:OSX system volume (sound) GET / SET via Terminal / bashbash - df to get space usage by volumeBASH y/n select - on user inputbash: for - looping to repeat commandsbash - using functionsBash Substring Matching within StringBASH snippet - clean up stereo pairs and sort by…OSX review login items via bash+applescriptbash OSX iTerm2 - display inline images in terminal