Page 1 of 1

Dividing a large text file

Posted: Sat Jan 26, 2013 7:01 am
by MikeC
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?

Re: Dividing a large text file

Posted: Sat Jan 26, 2013 10:13 am
by MikeC
Duh, of course use the shell command, all sorted.