Skip to content

Instantly share code, notes, and snippets.

@yukpiz
Created August 5, 2016 05:31
Show Gist options
  • Save yukpiz/7bf7dd5aed7df90a044566c3ffe67478 to your computer and use it in GitHub Desktop.
Save yukpiz/7bf7dd5aed7df90a044566c3ffe67478 to your computer and use it in GitHub Desktop.
for f in `\find . -maxdepth 1 -type f -name '*.mp3'`; do ffmpeg -i $f ${f%.*}.wav; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment