Skip to content

Instantly share code, notes, and snippets.

@shanemcd
Created January 18, 2013 20:06
Show Gist options
  • Save shanemcd/4568041 to your computer and use it in GitHub Desktop.
Save shanemcd/4568041 to your computer and use it in GitHub Desktop.
for f in *.yaml; do mv $f `basename $f .yaml`.yml; done;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment