man readbuffer (Commandes) - read input from devices which don't like constant stopping and starting
NAME
readbuffer - read input from devices which don't like constant stopping and starting
SYNOPSIS
readbuffer [--mlock] [size]
DESCRIPTION
readbuffer reads data on standard input and writes it to standard output. It will internally buffer up to size megabytes of data, and will only read more data when the buffer is at least 75% empty.
It is intended for use in situations where many small reads are undesirable for performance reasons, e.g. tape drives.
OPTIONS
SEE ALSO
writebuffer(1), mlock(2)