find . -name \*.tmp -exec rm {} \;
find . -type f -name foo_"*".zip -mtime +7 -exec rm -v -f {} \;
find . -type f -name "*.png" -exec mv {} <destination> \;
set w1="$test1"