
| Options | |
| -a n, --suffix-length=n | Use suffixes of length n (default is 2). |
| -b n[b|k|m] , --bytes=n[b|k|m] |
Split infile into n-byte segments. Alternate block sizes may be specified:
b : 512 bytes. k : 1 kilobyte. m : 1 megabyte. |
| -C bytes[b|k|m] , --line-bytes=bytes[b|k|m] | Put a maximum of bytes into file; insist on adding complete lines. |
| -d, --numeric-suffixes | Use numeric suffixes instead of alphabetic suffixes for the output filenames. |
| -n, -l n, --lines=n | Split infile into n-line segments (default is 1000). |
| --help | Print a help message and then exit. |
| --verbose | Print a message for each output file. |
| --version | Print version information and then exit. |