Hi everyone,

Whenever I do this:

tail -f  /var/log/kern.log | cut -f 8- -d " " | dd bs=1

I get no output, but when I do this:

tail -f  /var/log/kern.log | cut -f 8- -d " "

I do get output, I'm using coreutils 5.97 on Ubuntu 7.10 64 bit.

Greetings,

Bob van Loosen.


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

Reply via email to