![]() |
|
#28
|
|||
|
Under Unix you can use the split command.
Code:
split -l 1000000 file.txt And if you need to rejoin the files after editing them, simply use 'cat' Code:
cat xaa xab xac > newfile.txt Oh, and vim > * [You must be logged in to view images. Log in or Register.] | ||
|
Last edited by Adachi; 05-13-2013 at 11:45 PM..
|
|
||
|
|