Skip to content

Instantly share code, notes, and snippets.

@wh1tew0lf
Created January 24, 2018 14:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wh1tew0lf/d34a439eca91afb40c0a7bd5a746d42b to your computer and use it in GitHub Desktop.
Save wh1tew0lf/d34a439eca91afb40c0a7bd5a746d42b to your computer and use it in GitHub Desktop.
Remove \n from filenames
find ./ -name $'*\n*' -exec rename 's/\n/ /g' {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment