Scripts in powershell to rename / special characters

0

I have a call to change to remove all special characters (#, $, ', ç, etc.)

Can you search the folders and change these characters by typing without characters?

this way. In case, I wanted to put all the characters.

Dir -R | Rename-Item -NewName { $_.name -replace "ç","c" }
    
asked by anonymous 26.01.2018 / 19:20

0 answers