Skip to content

Instantly share code, notes, and snippets.

@imam-san
Created August 10, 2016 09:04
Show Gist options
  • Select an option

  • Save imam-san/c55e69860f48bece7fa1a308a782c9b0 to your computer and use it in GitHub Desktop.

Select an option

Save imam-san/c55e69860f48bece7fa1a308a782c9b0 to your computer and use it in GitHub Desktop.
for file in ./ *.mp3
do
mv "$file" "${file:0:${#file}-16}.mp3"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment