Skip to content

Instantly share code, notes, and snippets.

@johnnyhalife
Created April 3, 2010 17:22
Show Gist options
  • Save johnnyhalife/354697 to your computer and use it in GitHub Desktop.
Save johnnyhalife/354697 to your computer and use it in GitHub Desktop.
ls | %{ mv $_.FullName ([regex]::replace($_.Name, "(.*).(\d)(\d{2}).avi", '$1.s0$2e$3.avi')) }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment