http://qs321.pair.com?node_id=692584


in reply to Re: 4k read buffer is too small
in thread 4k read buffer is too small

... to write a small program to read files in whatever blocksize you need ...

It just occurred to me: The small program is called dd:

dd if=largefile ibs=8M | perl ... | dd of=newfile obs=8M