PowerShell - String Operations
What will be the output of this command if 'data.txt' contains the line 'PowerShell rocks!':
Select-String -Pattern 'rocks' -Path 'data.txt'Select-String -Pattern 'rocks' -Path 'data.txt'15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions