Mar 23, 2008
0
1
Select-String and Grep
Dustin Marx has a blog entry where he compares Unix/Linux, PowerShell and DOS commands. In it he says, "If there is one Unix command I would love to have in PowerShell, it is the grep command with its regular expression support." Well Dustin, your wish is our command. Select-String command to be precise: PS> Get-Help...