I got a text file file.txt(12 MBs) containing:
file.txt
something1 something2 something3 something4 (...)
Is there any way to split
$ split -l 100 input_file output_file
where -l is the number of lines in each files. This will create:
-l