【PowerShell初心者です】
PowerShell を使用して、特定のディレクトリの下にあるすべてのファイルから特定のパターンを抽出したいと考えています。それ、どうやったら出来るの?
たとえば、ファイルの内容を次のようにします。
<node1>Hello World ignore</node1>
<wantedNode>Hello World extract
this text </wantedNode>
「hello world」を含むタイプのノードのみを抽出したい (大文字と小文字を区別しない):
"Hello World extract this text"