On 18 September 2011 23:00, Gert Doering <[email protected]> wrote: > Hi, > > On Sun, Sep 18, 2011 at 09:30:09PM +0300, Roman Yeryomin wrote: >> I think how it can be that you can't read 6 bytes from stdin in one >> attempt but can do it from file? > > pipe semantics are different from file semantics. > > A pipe read will return as soon as "everything that has been written so > far" has been read, and not wait for the reader buffer to fill up. >
thanks, I missed that Regards, Roman _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
