Created
October 15, 2012 07:54
-
-
Save cantin/3891279 to your computer and use it in GitHub Desktop.
vim search and replace in multi 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
args **/*.txt | |
argsdo %s/oldword/newword/gc | |
/oldword/newword/# to disable the ignorecase options |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment