PowerShell - String Operations
What will be the output of this command if the file 'notes.txt' contains the line 'PowerShell is fun'?
Select-String -Pattern 'fun' -Path notes.txt
Select-String -Pattern 'fun' -Path notes.txt
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions