Created
August 2, 2018 16:01
-
-
Save naltun/1839d496bbba71143e798014a708f276 to your computer and use it in GitHub Desktop.
find + 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
#!/bin/bash | |
find . -type f exec sed -i -e 's/firstString/secondString/g' {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment