Created
August 19, 2018 21:21
-
-
Save yarick/c375cf753930710b708d16a7e2a8b17d to your computer and use it in GitHub Desktop.
find and replace with sed
This file contains hidden or 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 baseline/controls/* -name *\.rb -type f -exec sed -i '' 's/"4"\]/"Rev_4"\]/' {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment