Re: How to split a large xml file

2023-04-02 Thread jbv via use-livecode
Thank you so much for the tip. It took 12 hours to split 75 Gb into 1278 files of 20 lines each. I had to add a -a5 parameter otherwise Terminal would output a "too many files" error. Thanks again. Le 2023-04-01 10:19, kee nethery via use-livecode a écrit : I had to do this once upon a time

Re: How to split a large xml file

2023-04-01 Thread kee nethery via use-livecode
I had to do this once upon a time and I used some of the unix commands in Terminal on a mac. The command is “split” and it was wicked fast. Just be sure to work on a copy of the file. Many examples on the interwebs. If you were going to do this day in a day out, yes, a GUI app would be a good id