PowerShell - String Operations
Why does this command fail?
Select-String -Pattern 'test' -Path 'file1.txt', 'file2.txt'Select-String -Pattern 'test' -Path 'file1.txt', 'file2.txt'-Path expects an array or single string, but comma-separated strings without array syntax cause error.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions