Skip to content

Instantly share code, notes, and snippets.

@tedchirvasiu
Created July 20, 2020 11:58
Embed
What would you like to do?
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