Skip to content

Instantly share code, notes, and snippets.

@akio0911
Created January 27, 2011 11:58
Show Gist options
  • Save akio0911/798412 to your computer and use it in GitHub Desktop.
Save akio0911/798412 to your computer and use it in GitHub Desktop.
for fname in *.m4a ; do
res=`expr $fname : "hogehoge_\(.*\)_"`
mv $fname fuga-0${res}.m4a;
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment