Posts by Rogério dos Anjos • 21 points
1 post
-
1
votes4
answers1228
viewsA: Alternative to sed with Powershell
You could do: (Get-Content arquivo.txt).replace('valorAtual','valorFuturo') | Set-Content arquivo.txt
1 post
1
votes4
answers1228
viewsYou could do: (Get-Content arquivo.txt).replace('valorAtual','valorFuturo') | Set-Content arquivo.txt