We don't have
$ strace -qqq -e trace='/fadvise' gnu9.11/tee
fadvise64(0, 0, 0, POSIX_FADV_SEQUENTIAL) = 0
$ echo 1|strace -qqq -e trace='/fadvise' gnu9.11/tee
fadvise64(0, 0, 0, POSIX_FADV_SEQUENTIAL) = -1 ESPIPE (Illegal seek)
It is easy to do same thing as we already do for tsort, etc... but in my thought, the most common usecase for tee is multicasting stream input instead of multicasting <file.
Should we pay that cost for non-major usecase?
We don't have
It is easy to do same thing as we already do for
tsort, etc... but in my thought, the most common usecase forteeis multicasting stream input instead of multicasting<file.Should we pay that cost for non-major usecase?