Polecenie split
Wykonanie, użycie: Split infile into equal-sized segments. infile remains unchanged, and the results are written to prefixaa, prefixab, and so on. The default prefix is x, giving the output files xaa, xab, etc. If infile is - or missing, standard input is read. See also csplit
Opcje wykonania split
w konsoli
Use suffixes of length n (default is 2).
Split infile into n-byte segments. Alternate block sizes may be specified:
b 512 bytes.
k 1 kilobyte.
m 1 megabyte.
Put a maximum of bytes into file; insist on adding complete lines.
Use numeric suffixes instead of alphabetic suffixes for the output filenames.
Split infile into n-line segments (default is 1000).
Print a help message and then exit.
Print a message for each output file.
Print version information and then exit.
Przykłady split działanie w Słownik polecenie S