Skip to content

Instantly share code, notes, and snippets.

@tedchirvasiu
Created July 20, 2020 11:58
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 tedchirvasiu/a00ce6a400f8d74e84e55ff1ecb6a8cf to your computer and use it in GitHub Desktop.
Save tedchirvasiu/a00ce6a400f8d74e84e55ff1ecb6a8cf to your computer and use it in GitHub Desktop.
Replace file names recursively
Get-ChildItem -Recurse -Path *Prosoft.Templates.NetCore3AndReact* | Rename-Item -NewName { $_.Name.Replace('Prosoft.Templates.NetCore3AndReact','Prosoft.DisciplinaInConstructii') }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment