Skip to content

Instantly share code, notes, and snippets.

@abtris
Created February 9, 2011 12:02
Show Gist options
  • Select an option

  • Save abtris/818365 to your computer and use it in GitHub Desktop.

Select an option

Save abtris/818365 to your computer and use it in GitHub Desktop.
find . -type f -name '*class.php' | awk 'BEGIN { FS = "." } {print "svn mv " $0 " ." $2"."$4 }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment