Query: readbuffer
OS: debian
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
readbuffer(1) General Commands Manual readbuffer(1)NAMEreadbuffer - read input from devices which don't like constant stopping and startingSYNOPSISreadbuffer [--mlock] [size]DESCRIPTIONreadbuffer 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 ALSOwritebuffer(1), mlock(2) chiark-backup 2001-10-21 readbuffer(1)
Related Man Pages |
---|
munlock(3c) - opensolaris |
mlock(2) - opendarwin |
mlock(3c) - sunos |
munlock(3c) - plan9 |
munlock(3c) - php |
Similar Topics in the Unix Linux Community |
---|
Problems with the use of write() |
Problem with implementing the times() function in C (struct tms times return zero/negative values) |