Traveling with a big file

Ben Scott dragonhawk at gmail.com
Thu Nov 30 12:55:46 EST 2006


On 11/30/06, Shawn K. O'Shea <shawn at eth0.net> wrote:
> If you want to keep it FAT32, as it shipped, consider using zip or rar to
> create a split archive file and just reassemble it on the target side.

  You can also use the "split" command to split files into chunks, and
then use "cat" to put the pieces back together into one big file.  Or
on 'doze, use "COPY PART1+PART2 BIGFILE" to concatenate.

-- Ben


More information about the gnhlug-discuss mailing list