Showing results for Select-String - PowerShell Team

Mar 23, 2008
0
1

Select-String and Grep

PowerShell Team
PowerShell Team

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...

Select-StringGrep
Apr 25, 2006
1
0

How does Select-String work with Pipelines of objects?

PowerShell Team
PowerShell Team

<Edited to convert Match-String to Select-String 7/9/2006> In our newsgroup (Microsoft.Public.Windows.Server.Scripting) , Vasu asked about how Select-string works in pipelines: Here is what I observe:1. MSH C:\> get-alias ..truncated..Alias           ri    &nb...

FAQPHILOSOPHYSelect-String