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