Skip to content

Instantly share code, notes, and snippets.

@drewsberry
Created September 15, 2015 09:34
Show Gist options
  • Save drewsberry/3cb01799425008f76539 to your computer and use it in GitHub Desktop.
Save drewsberry/3cb01799425008f76539 to your computer and use it in GitHub Desktop.
Powershell rename utility
Dir | Rename-Item -NewName { $_.name -replace "orig", "repl" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment