Created
January 10, 2014 12:40
-
-
Save gorillamoe/8351275 to your computer and use it in GitHub Desktop.
Change encoding to UTF-8 (multiple files at once)
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
find . -type f -name *.php | xargs vim +"argdo se bomb | se fileencoding=utf-8 | w" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment