每10000行产生一个新文件
# split -l 10000 book.txt myfile
下面的例子是每10兆分割为一个新文件
split -b 10m large.bin new_file_prefix