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?
Dividing a large text file
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: Dividing a large text file
Duh, of course use the shell command, all sorted.