Hi,
I thought it would be as easy as:
But that just seems to print everything, as if I just ran cmd by itself. Grepping normal words works fine, but for some reason the asterisks mess it up?
Also, is there a way to pipe stderr to grep instead of stdout?
I thought it would be as easy as:
Code:
cmd | grep -e "****"
Also, is there a way to pipe stderr to grep instead of stdout?