rm -rf ./*.dat
find . -name "*.rst" -print0 -exec echo {} +find . -name "*.rst" -print0 -exec rm -f {} +