【发布时间】:2018-08-15 17:51:30
【问题描述】:
需要使用 PowerShell 在文档上搜索以下关键字:
$keyword = "The Parent shall pay to the Security Agent ("
Get-Content $SourceFileName | Select-String -Pattern $keyword
$keyword 有 "(" 左括号 - 如何在 powershell 中使用正则表达式提及这一点
【问题讨论】:
标签: powershell