Created
January 19, 2016 20:19
-
-
Save junkdog/467316ffa1f0c53789e8 to your computer and use it in GitHub Desktop.
note to self
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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