ali mokdad:
> do you know a special program I can test?

"stdbuf" could be of help here. But beware that the input stream into
"cat" may still be (line) buffered because of bash.

Example:
$ stdbuf -i 0 -o 0 cat > in

Cheers!

_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to