Skip to content

Instantly share code, notes, and snippets.

@ddanielsantos
Created June 28, 2022 21:09
Show Gist options
  • Save ddanielsantos/a9d25ec1245fcc8b05ae50b2b6e3988a to your computer and use it in GitHub Desktop.
Save ddanielsantos/a9d25ec1245fcc8b05ae50b2b6e3988a to your computer and use it in GitHub Desktop.
bulk rename powershell
Get-ChildItem *.js | Rename-Item -NewName { $_.Name -replace '.js','.ts' }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment