Skip to content

Instantly share code, notes, and snippets.

@vasmani
Created February 11, 2014 03:41
Show Gist options
  • Select an option

  • Save vasmani/8928902 to your computer and use it in GitHub Desktop.

Select an option

Save vasmani/8928902 to your computer and use it in GitHub Desktop.
파일명 일괄 변경
#!/bin/sh
for i in `ls -- *.mp`do
fbody=`basename -- $i .mp`
mv -- ${fbody}.mp ${fbody}.mp3
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment