Skip to content

Instantly share code, notes, and snippets.

@ushkinaz
Created June 1, 2011 20:53
Show Gist options
  • Save ushkinaz/1003291 to your computer and use it in GitHub Desktop.
Save ushkinaz/1003291 to your computer and use it in GitHub Desktop.
Renaming with git
find . -name '*Operand*' | awk '{print "git mv " $1 " " $1}' | sed -e s/Operand/Action/2 | bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment