for file in $(find . -name *new.data) do echo "rm $file" rm $file done