Skip to content

Instantly share code, notes, and snippets.

@nicolasblanco
Created September 28, 2012 09:53
Show Gist options
  • Select an option

  • Save nicolasblanco/3798940 to your computer and use it in GitHub Desktop.

Select an option

Save nicolasblanco/3798940 to your computer and use it in GitHub Desktop.
dominique bashfu
for p in *.json; do mv $p ${p//pretty./}; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment