Created
September 24, 2016 00:41
-
-
Save rakuishi/c49680923cd650a2e033557f77cd4d94 to your computer and use it in GitHub Desktop.
音声ファイル名が Mac 環境下では文字化けするからシンプルな名前に変更する
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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