Skip to content

Instantly share code, notes, and snippets.

@gorillamoe
Created January 10, 2014 12:40
Show Gist options
  • Save gorillamoe/8351275 to your computer and use it in GitHub Desktop.
Save gorillamoe/8351275 to your computer and use it in GitHub Desktop.
Change encoding to UTF-8 (multiple files at once)
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