Skip to content

Instantly share code, notes, and snippets.

@mightydes
Created March 25, 2014 07:15
Show Gist options
  • Save mightydes/9756573 to your computer and use it in GitHub Desktop.
Save mightydes/9756573 to your computer and use it in GitHub Desktop.
mp3
find -iname '*.mp3' -print0 | xargs -0 mid3iconv -eCP1251 --remove-v1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment