Pipe to grep not working in zsh
Posted
by Yar
on Super User
See other posts from Super User
or by Yar
Published on 2010-05-17T13:45:29Z
Indexed on
2010/05/17
13:51 UTC
Read the original article
Hit count: 184
I am doing something I always do in Bash:
set | grep -i path
and the output is
Binary file (standard input) matches
What's wrong? grep --help
works, and set | more
works too.
© Super User or respective owner