Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add(main): pipebuffer #11868

Merged
merged 1 commit into from
Sep 12, 2022
Merged

add(main): pipebuffer #11868

merged 1 commit into from
Sep 12, 2022

Conversation

flosnvjx
Copy link
Contributor

a stdio-only, non-blocking mbuffer(1) (-m) analogue, that buffering stdin in given size then flush to stdout

(or like memory-only sponge(1) but flush to output on buffer exceeding)

NOTE: Some other implementation that provide similar functionality (afaict) does exist but is either unmaintained, require #8871, or use Perl/Python.

a stdio-only, non-blocking `mbuffer(1)` (`-m`) analogue, that buffering stdin in given size then flush to stdout
(or `pv(1)` but with additional buffer size exceeds PIPE_BUF)
@2096779623 2096779623 merged commit 33d9ba2 into termux:master Sep 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants