Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
split [options] [infile [prefix]]
Split infile into equal-sized segments. infile remains unchanged, and the results are written to prefix aa, prefix ab, 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 .