find ./ -iname "*~" | xargs rm -fv find ./tmp/ -iname "%*" | xargs rm -fv