Skip to content

Instantly share code, notes, and snippets.

@fallengiants
Created September 19, 2014 15:59
Show Gist options
  • Select an option

  • Save fallengiants/1392cb313156720e041c to your computer and use it in GitHub Desktop.

Select an option

Save fallengiants/1392cb313156720e041c to your computer and use it in GitHub Desktop.
Seasonalize
seasonalize () {
local season="$1"
shift
rename 's/\d{2}/S'"$season"'E$&/' "$@"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment