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 - df to get space usage by volumebash - pass arguments with flags to script.DS_Store - BASH shell - Linux/OSX = Find & Remove Filesbash: process each line as result of command using IFS=BASH - faster navigationbash - using functionsbash - iterating over a string arrayBASH y/n select - on user inputbash NULL DEVICE - redirecting output & errors