Hi
Using PowerShell 5
I have a text file:
$mytextfile = get-content c:\myfile.txt
The file contains a lot of lines with text.
I want to find all lines that have the words "catch me" in the text.
Any tips?
brgs
Bjørn
Hi
Using PowerShell 5
I have a text file:
$mytextfile = get-content c:\myfile.txt
The file contains a lot of lines with text.
I want to find all lines that have the words "catch me" in the text.
Any tips?
brgs
Bjørn