Easy reference for find commands I come back to

Fix rm to long error

rm -rf ./*.dat

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