Hi,

echo -e "hello \004world" | cat

will print out

hello world

echo -e "hello \004world" | cat > /dev/null

will print out nothing

It suggests that "cat" has not seen EOF (004) generated by echo.

Qian


_______________________________________________
Bug-bash mailing list
Bug-bash@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-bash

Reply via email to