Skip to content

Instantly share code, notes, and snippets.

@sgezel
Created May 8, 2019 07:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sgezel/c1f590bc4032553b21fe11485dba3bc1 to your computer and use it in GitHub Desktop.
Save sgezel/c1f590bc4032553b21fe11485dba3bc1 to your computer and use it in GitHub Desktop.
powershell bulk replace filename
Dir | Rename-Item -NewName {$_.name -replace "tower","building"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment