D DeadSirius macrumors member Original poster Sep 16, 2006 80 0 Feb 22, 2007 #1 I'm used to using Terminal to "cat" several small transferred files into an intended larger file. Now I need to do the reverse -- take a large file and break it up into smaller ones that others can put back together. How is this done?
I'm used to using Terminal to "cat" several small transferred files into an intended larger file. Now I need to do the reverse -- take a large file and break it up into smaller ones that others can put back together. How is this done?
andysc macrumors regular Jun 19, 2006 122 0 Orange County, CA Feb 22, 2007 #3 you can get a an rar or zip archiver, something similar to winrar or winzip for windows.
I insomniac321123 macrumors 6502 Jan 23, 2006 342 0 Feb 22, 2007 #4 Try a program called split and concat. It will split them up, and then put them back together.
M@lew macrumors 68000 Nov 18, 2006 1,582 0 Melbourne, Australia Feb 23, 2007 #5 Yeah, why use Terminal when you can use Split and Concat.