bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

EOF does not work in echo


From: Cai Qian
Subject: EOF does not work in echo
Date: Thu, 25 May 2006 23:56:43 +0100

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]