On Sun, Feb 02, 2003 at 06:57:08PM +0600, Alexander Boulgakov wrote:
> Hello. Sometimes, I use split to hack files into smaller pieces. I want 
> to know how it is possible in windows to join them again, i.e. what is 
> the equivalent of "$cat file.2 >> file.1" ? Is there a join command GUI, 
> or what? I understand windows can do some strange things  (like when 
> concatenating wav files it automatically reworks the headers). I can't 
> have this happen.

type file1 file2 ... filen > unsplitfile

seemed to work for me.  win2k's command.com, you should verify on your local
variant.  i've used it before (for exactly the same reason---split is
such a simple solution it's downright elegant) on one of the lesser windows
(95/98) with success on an .exe


_______________________________________________
Siglinux mailing list
[EMAIL PROTECTED]
http://www.utacm.org/mailman/listinfo/siglinux

Reply via email to