Created
October 29, 2019 16:53
-
-
Save oguzkaganeren/aa66de14883ce8b43b88dfe8b81270fb to your computer and use it in GitHub Desktop.
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
sed -i '/. .\/configure.user/!b;n;cecho "$stripped_arg"' configure |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
find ./ -type f -exec sed -i 's/string1/string2/gI' {} ;
replace a string in multiple files in linux command line