- Use Git Grep to Replace Strings in Files in Your Git Repository
- git grep -l 'obligatory' | xargs sed -i '' -e 's/obligatory/required/g'
Created
November 6, 2018 12:33
-
-
Save gtkatakura-bysoft/e39d5204899badb23c2d2fe424726d8c to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment