Skip to content

Instantly share code, notes, and snippets.

@bvogel
Created February 10, 2014 15:32
Show Gist options
  • Select an option

  • Save bvogel/8917941 to your computer and use it in GitHub Desktop.

Select an option

Save bvogel/8917941 to your computer and use it in GitHub Desktop.
for file in $(find *.xls.haml); do mv $file `echo $file | sed s/haml$/erb/`; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment