Skip to content

Instantly share code, notes, and snippets.

@eliashussary
Created February 6, 2018 16:03
Show Gist options
  • Save eliashussary/82bd0136fc14e161f3f9e312c33d3302 to your computer and use it in GitHub Desktop.
Save eliashussary/82bd0136fc14e161f3f9e312c33d3302 to your computer and use it in GitHub Desktop.
Rename files from powershell cli.
dir | rename-item -NewName {$_.name -replace " ","_"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment