Last active
August 2, 2018 18:03
-
-
Save niltonvasques/d4806c1f657cabca6237 to your computer and use it in GitHub Desktop.
Replace in many files using vim
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
args **/**.js.erb | argdo execute '%s/<%= I18n.t \(.*\) %>/I18n.t(\1)/g' | update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment