CAD CAM EDM DRO - Yahoo Group Archive

Re: Aug-30-99 EMC release set free

Posted by Fred Proctor
on 1999-09-02 06:44:27 UTC
Bob Bachman wrote about splitting files into floppy-sized pieces:

> There is a freeware msdos program called "chop0595" which is real handy
> for breaking up large files to floppy sizes. Just copy the files from the
> floppys to a directory on your linux system and use 'cat' to rejoin them.
>
> I see Tim now has made the smaller files available. The chop program is
> still a handy utility to have as it works for both msdos and linux.
> I downloaded chop from a Linux site somewhere. I'll see if I can
> find a site where it's available.

I do this on Linux using the "split" command, e.g.,

split -b 1400k emc-30-Aug-1999.tgz emc-30-Aug-1999.a

where
-b 1400k means split into 1400k chunks, just under a floppy size;
emc-30-Aug-1999.tgz is the original large file;
emc-30-Aug-1999.a is the base name of the destination file series.

split adds suffixes of aa,ab,...,zz automatically, so by specifying .a
at the end of the destination file, it makes suffixes .aaa, .aab, .aac.,
... I did this so the files would have a .3 suffix style.

To piece them together, use "cat", e.g.,

cat emc-30-Aug-1999.aaa emc-30-Aug-1999.aab emc-30-Aug-1999.aac
emc-30-Aug-1999.aad > emc-30-Aug-1999.tgz

--Fred

Discussion Thread

Tim Goldstein 1999-08-31 08:34:55 UTC Aug-30-99 EMC release set free Dan Mauch 1999-09-01 09:38:58 UTC Re: Aug-30-99 EMC release set free Tim Goldstein 1999-09-01 11:37:32 UTC Re: Aug-30-99 EMC release set free Ian W. Wright 1999-09-01 11:58:41 UTC Re: Aug-30-99 EMC release set free Fred Proctor 1999-09-01 14:50:37 UTC Re: Aug-30-99 EMC release set free Bob Bachman 1999-09-01 17:48:54 UTC Re: Aug-30-99 EMC release set free Fred Proctor 1999-09-01 15:20:01 UTC Re: Aug-30-99 EMC release set free Fred Proctor 1999-09-02 06:44:27 UTC Re: Aug-30-99 EMC release set free Ian W. Wright 1999-09-02 02:26:22 UTC Re: Aug-30-99 EMC release set free Tim Goldstein 1999-09-02 11:56:46 UTC Re: Aug-30-99 EMC release set free