Skip to content

Instantly share code, notes, and snippets.

@rakuishi
Created September 24, 2016 00:41
Show Gist options
  • Save rakuishi/c49680923cd650a2e033557f77cd4d94 to your computer and use it in GitHub Desktop.
Save rakuishi/c49680923cd650a2e033557f77cd4d94 to your computer and use it in GitHub Desktop.
音声ファイル名が Mac 環境下では文字化けするからシンプルな名前に変更する
# http://www.alc.co.jp/dl/9590521/
$ brew install rename
$ rename 's/(\d*)-(\d*) (.*).mp3/$1-$2.mp3/' *.mp3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment