Skip to content

Instantly share code, notes, and snippets.

@senthilmpro
Created July 29, 2018 19:02
Show Gist options
  • Save senthilmpro/dcad3e2109ad2a11b42ce9a282c8e9d4 to your computer and use it in GitHub Desktop.
Save senthilmpro/dcad3e2109ad2a11b42ce9a282c8e9d4 to your computer and use it in GitHub Desktop.
powershell rename bulk files in folder
dir | rename-item -NewName {$_.name -replace " ","_"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment