find -L ./node_modules -type f -name "*.info" -print0 | while IFS= read -r -d '' FNAME; do mv -- "$FNAME" "${FNAME%.info}.inf0" done