A grep command (grepp
) in Powershell that lets you grep for a string in the text that would usually be printed in the terminal (not some other representation of the data). Output is a string, not a pipeline anymore - thus destructive.
To quickly grep through shell output without having to do where-object
gymnastics.