Skip to content

Instantly share code, notes, and snippets.

@jbickar
Created December 7, 2016 18:39
Show Gist options
  • Save jbickar/2aa0f0bc84544cbc1c9a2f4bfbbcaed1 to your computer and use it in GitHub Desktop.
Save jbickar/2aa0f0bc84544cbc1c9a2f4bfbbcaed1 to your computer and use it in GitHub Desktop.
find . -name "*.make" -exec sed -i '' 's/features\]\[version\] \= \"2.6\"/features\]\[version\] \= \"2.10\"/g' "{}" \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment