Man page - readbuffer(1)
Packages contains this manual
Package: chiark-rwbuffer
apt-get install chiark-rwbuffer
apt-get install chiark-rwbuffer
Manuals in package:
Documentations in package:
Manual
readbuffer
NAMESYNOPSIS
DESCRIPTION
OPTIONS
SEE ALSO
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.
size may also be suffixed with m , k , or b to indicate that it is in megabytes (2Λ20), kilobytes (2Λ10) or bytes.
It is intended for use in situations where many small reads are undesirable for performance reasons, e.g. tape drives.
OPTIONS
--mlock
Calls mlock (2) to lock the buffer into memory.
SEE ALSO
writebuffer (1), mlock (2)