1.3 -B

Specifies the default file buffer size.

Syntax

-Bsize

There is no space between -B and the size value.

If size is not specified, then the default size is your C library default file buffer size (BUFSIZ). The minimum value is 16384 (16K) and the max is 16777216 (16MB).

Example

-B16384