Recent content by plastiky

  1. P

    Split by blank lines

    If you specified the number of lines, try reducing them like say to a 10th of what you specifed. Number of files may increase, no doubt. But that’s a small price. Or try only 0x0D0x0A or 0x0D or 0x0A
  2. P

    Problems with .txt file output [SOLVED]

    Just wanted to let y’all know. I used “Split before the nth occurence” (with 100,000 lines and 0x0A type) instead of split after and got the desired result. I think I’m in love with Gsplit now…😃 😃 😃 Keep up the great software G.D.G.!!!
  3. P

    Problems with .txt file output [SOLVED]

    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...
Back
Top