Skip to content

Instantly share code, notes, and snippets.

@igorperciuleac
Last active August 26, 2016 11:47
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 igorperciuleac/f7f1eb1eb56bdae6511a to your computer and use it in GitHub Desktop.
Save igorperciuleac/f7f1eb1eb56bdae6511a to your computer and use it in GitHub Desktop.
Convert Cyrillic .cue files to urf-8 encoding
find . -iregex '.*cue' -print0 | xargs -0 enconv -L ru -x UTF-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment