Skip to content

Instantly share code, notes, and snippets.

@richardpeng
Created October 7, 2010 15:36
Show Gist options
  • Save richardpeng/615294 to your computer and use it in GitHub Desktop.
Save richardpeng/615294 to your computer and use it in GitHub Desktop.
# Strip ID3 Tags from FLAC
find . -name "*.flac" -exec id3v2 --delete-all {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment