[Toybox] [PATCH] xxd: buffer input via stdio.

Rob Landley rob at landley.net
Mon Apr 22 16:53:46 PDT 2024


On 4/22/24 17:17, enh via Toybox wrote:
> ---
>  toys/other/xxd.c | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)

What's the issue this fixes? It's not:

  for i in $(seq 1 100); do echo $i; sleep 1; done | ./xxd

Because that won't produce output for a couple minutes...

Rob


More information about the Toybox mailing list