Skip to content

Instantly share code, notes, and snippets.

@brianmario
Created April 23, 2009 23:23
Show Gist options
  • Save brianmario/100833 to your computer and use it in GitHub Desktop.
Save brianmario/100833 to your computer and use it in GitHub Desktop.
for file in `find . -type f -name '*.jsn'`; do mv $file ${file%.jsn}.json; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment