Dividing a large text file
Posted: Sat Jan 26, 2013 7:01 am
With a txt file > 1GB, on the Mac I would use Terminal to split the file into say 50MB chunks with the following command "split -b50m NameOfFile.txt"
I don't want to archive it by zipping or stuffing, I just want to split it.
How can I do the same from within an App?
I don't want to archive it by zipping or stuffing, I just want to split it.
How can I do the same from within an App?