Hi guys,
I have a huge 441 MB .txt file with approx. 6,500,000 lines which I want to split into .txt output files (around 65 files) of 100,000 lines each that I can easily open in notepad.
Gsplit works fine doing that, but the real problem is when I open the output file (specified as .txt in...