rename filenames with double spaces to single space Schreibe eine Antwort find . -type f -name "* *" -exec bash -c 'mv "$0" "${0/ / }"' {} \;