``` > strace -c -e pipe,pipe2 tail -c +1 /dev/null|echo % time seconds usecs/call calls errors syscall ------ ----------- ----------- --------- --------- ---------------- 100.00 0.000016 16 1 pipe2 ``` I considered that this can be fixed by same way with https://github.com/uutils/coreutils/issues/12358 . But it seems not true...
I considered that this can be fixed by same way with #12358 . But it seems not true...