Created
March 4, 2021 12:39
-
-
Save ka8725/b267aa19f22deb7eae259ece70abc044 to your computer and use it in GitHub Desktop.
Replace text in all found files
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
git grep --name-only '< ApplicationJob' | xargs -I {} sed -i '' -e 's/< ApplicationJob/< BaseJobWithRetry/' {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment