Created
October 27, 2016 15:06
-
-
Save Swarchal/0a08638ddd16537921ec5d51c157a088 to your computer and use it in GitHub Desktop.
replace text in all files in current directory
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 -- "s/current/replacement/g" * |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment