Skip to content

Instantly share code, notes, and snippets.

@refo
Created April 27, 2022 11:22
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 refo/4243640dfd6f28b1c9ae68f7647d155a to your computer and use it in GitHub Desktop.
Save refo/4243640dfd6f28b1c9ae68f7647d155a to your computer and use it in GitHub Desktop.
power-shell rename all files
gci .\src\ -Recurse -Filter *.js | Rename-Item -NewName {$_.name -replace '.js', '.jsx'}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment