Skip to content

Instantly share code, notes, and snippets.

@tinker1987
Created February 14, 2017 13:27
Show Gist options
  • Save tinker1987/32609754d4c028e4834e72da480a791b to your computer and use it in GitHub Desktop.
Save tinker1987/32609754d4c028e4834e72da480a791b to your computer and use it in GitHub Desktop.
find . -type f | xargs -I {} bash -c "iconv -f utf-8 -t utf-16 {} &>/dev/null || echo {}" > utf8_fail
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment