GNU split has an undocumented command-line option ---io-blksize (note three dashes, not two). For example:
$ split ---io-blksize=1 infile
I don't know what the option does, but the GNU test suite uses this option in some places so we'll need to at least accept it in order for the test suite to pass.
GNU split has an undocumented command-line option
---io-blksize(note three dashes, not two). For example:I don't know what the option does, but the GNU test suite uses this option in some places so we'll need to at least accept it in order for the test suite to pass.