split divides a file into pieces, here 10 lines each, named chunk_aa, chunk_ab, and so on. The prefix argument chunk_ sets the output naming scheme. Splitting by rows is the way to parallelize processing of huge datasets. Use split -b 100M to split by size instead of line count.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.