SHYBUFFER(1)
2024-07-02
NAME ¶
shybuffer - buffer between pipes
SYNOPSIS ¶
shybuffer [size]
DESCRIPTION ¶
shybuffer is a buffer that forwards data from stdin to stdout. When writing to stdout is blocked (because the pipe is full), incoming data will be buffered. size is the buffer size in bytes that will be used. This value defaults to 65536.
EXIT STATUS ¶
shybuffer exits with 0 on success, and with 1 if an error occured.
AUTHORS ¶
Created and maintained by Hannes Braun <hannes@hannesbraun.net>. Up-to-date sources can be found at https://git.sr.ht/~hannes/shybuffer. Bugs and patches can be submitted by email to ~hannes/public-inbox@lists.sr.ht.