With bugfs provided at https://github.com/uutils/coreutils/issues/9609#issuecomment-3636584324 , ``` $ gnu-9a3479f1e/head -c 100 /tmp/bugdir/file foo bar baz⏎ $ head -c 100 /tmp/bugdir/file foo⏎ ``` Note that we don't have splice() fast-path yet.
With bugfs provided at #9609 (comment) ,
Note that we don't have splice() fast-path yet.