Skip to content

Instantly share code, notes, and snippets.

@owenjones
Created July 22, 2016 19:07
Show Gist options
  • Save owenjones/a64dfc3670c65efff858f4ac923582b7 to your computer and use it in GitHub Desktop.
Save owenjones/a64dfc3670c65efff858f4ac923582b7 to your computer and use it in GitHub Desktop.
Renames tv show file names of the files passed to just SXXEYY.ext
#!/bin/sh
rename 's/(.*)S([0-9]+)E([0-9]+)(.*)([.]{1}[a-z]+)/S$2E$3$5/' $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment