A bash script that replaces spaces, +, and certain invalid characters in filenames with underscores. It processes all files in a directory.
Run the following command to download and make the script executable:
curl -sSL "https://gist.zod.tf/4bb1596111018a3d086b6e031ba64c98/raw/cleanFilenames.sh" -o cleanFilenames.sh && chmod +x cleanFilenames.sh