Skip to content

Instantly share code, notes, and snippets.

@djeikyb
Created September 7, 2013 02:16
Show Gist options
  • Select an option

  • Save djeikyb/6472227 to your computer and use it in GitHub Desktop.

Select an option

Save djeikyb/6472227 to your computer and use it in GitHub Desktop.
find . -iname "*.flac" | sed -e 's/\.flac//' | parallel ./flac2mp3.sh 4 {}.{flac,mp3}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment