Paul Furness wrote: > I seem to remember seeing somewhere a handy Linux prog that will take a > gz or zip file, and re-package it into a number of smaller zip files. I > don't remember the command, but it was used something like:
An easy way to split a file into several pieces is 'split'. You can use it with files in text- and binary-format. After it use 'cat' to merge the files. Hope it helps Robin - To unsubscribe from this list: send the line "unsubscribe linux-newbie" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.linux-learn.org/faqs