buffer-pipe

Read from stdin and write to stdout in large blocks

LTS Haskell 22.13:0.0
Stackage Nightly 2024-03-14:0.0
Latest on Hackage:0.0

See all snapshots buffer-pipe appears in

BSD-3-Clause licensed and maintained by Henning Thielemann
This version can be pinned in stack with:buffer-pipe-0.0@sha256:2b682ac7b16c79b794585bbece8e57dae304c82b2c5f6f508b682c4ec404df5d,1069

Module documentation for 0.0

There are no documented modules for this package.

Depends on 1 package(full list with versions):

Read from stdin and write to stdout in large blocks. This can be inserted in a chain of piping commands. E.g. if inserted after tar c or before tar x you can reduce jumping forth and back on the hard disk.

You may also try the buffer command from the Debian package of the same name.