Query: writebuffer
OS: debian
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
writebuffer(1) General Commands Manual writebuffer(1)NAMEwritebuffer - write output to devices which don't like constant stopping and startingSYNOPSISwritebuffer [--mlock] [size]DESCRIPTIONwritebuffer 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. 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 writes are undesirable for performance reasons, e.g. tape drives.OPTIONS--mlock Calls mlock(2) to lock the buffer into memory.SEE ALSOreadbuffer(1), mlock(2) chiark-backup 2001-10-21 writebuffer(1)
Related Man Pages |
---|
mlock(3c) - opensolaris |
buffer(1) - debian |
mlock(3) - osf1 |
munlock(3) - osf1 |
buffer(1) - minix |
Similar Topics in the Unix Linux Community |
---|
FIND/CHMOD combined |