-a N |
generate suffixes of length N (default 2)
|
-b SIZE |
put SIZE bytes per output file
|
-d |
use numeric suffixes starting at 0, not alphabetic
|
-x |
use hex suffixes starting at 0, not alphabetic
|
-e |
do not generate empty output files with '-n'
|
-l N |
put NUMBER lines/records per output file
|
-n CHUNKS |
CHUNKS :
N ⇒ split into N files based on size of input
K/N ⇒ output Kth of N to stdout
l/N ⇒ split into N files without splitting lines/records
l/K/N ⇒ output Kth of N to stdout without splitting lines/records
r/N ⇒ like 'l' but use round robin distribution
r/K/N ⇒ likewise but only output Kth of N to stdout
|