pwsh sed
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pwsh sed相关的知识,希望对你有一定的参考价值。
$config="a:/etc/data.xml"
$fromString=\'<property="suggesterConfig">\'
$toString = \'<property="suggesterConfig"> <void property="oknow"> <boolean>false</boolean> </void>\'
(Get-Content $config).replace($fromString, $toString) | Set-Content $config
以上是关于pwsh sed的主要内容,如果未能解决你的问题,请参考以下文章
[powershell][转载]在linux上安装powershell
从 linux 的 powershell 调用命令获取退出代码