Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mechawrench/b249c5e7761d4aaaad029f8eddc70a3e to your computer and use it in GitHub Desktop.
Save mechawrench/b249c5e7761d4aaaad029f8eddc70a3e to your computer and use it in GitHub Desktop.
#POWERSHELL
get-childitem *.json | foreach { rename-item $_ $_.Name.Replace("~$", "") }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment