Skip to content

Instantly share code, notes, and snippets.

@junkdog
Created January 19, 2016 20:19
Show Gist options
  • Save junkdog/467316ffa1f0c53789e8 to your computer and use it in GitHub Desktop.
Save junkdog/467316ffa1f0c53789e8 to your computer and use it in GitHub Desktop.
note to self
find . -type f -name '*.md' -print0 | xargs -0 sed -i 's/0\.12\.0/0.12.2/g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment