Skip to content

Instantly share code, notes, and snippets.

@sameera207
Created April 26, 2012 05:46
Show Gist options
  • Save sameera207/2496320 to your computer and use it in GitHub Desktop.
Save sameera207/2496320 to your computer and use it in GitHub Desktop.
re-naming all the erb templates in a directory
for i in *.erb; do mv "$i" "`basename $i .erb`.erb.old"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment