How to replace path in text file with Powershell

前端 未结 0 431
鱼传尺愫
鱼传尺愫 2021-02-03 17:34

I have a problem with replace text in Powershell. For e.g.

When I use:

(Get-Content C:\\TEMP\\App.config) -replace "one","two" | Set-Cont

相关标签:
回答
  • 消灭零回复
提交回复
热议问题