Skip to content

Instantly share code, notes, and snippets.

@attilagyorffy
Created July 5, 2011 12:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save attilagyorffy/1064775 to your computer and use it in GitHub Desktop.
Save attilagyorffy/1064775 to your computer and use it in GitHub Desktop.
Convert non UTF-8 files to UTF8
find . -exec iconv -t UTF-8 {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment