Skip to content

Instantly share code, notes, and snippets.

@skvggor
Created September 30, 2013 10:58
Show Gist options
  • Save skvggor/6762196 to your computer and use it in GitHub Desktop.
Save skvggor/6762196 to your computer and use it in GitHub Desktop.
Rename files
find -name "* *" -type d | rename 's/ /-/g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment