Bill Jonas on Mon, 4 Nov 2002 14:40:05 -0500 |
On Mon, Nov 04, 2002 at 02:10:10PM -0500, Arthur S. Alexion wrote: > I know that I can use split(1) to break up the file on the Linux > machine, but any idea how I can combine the resulting file on the > windows machine? Hmm... it's been a little while, so I might be a bit rusty, but something like the following should work: C:\> copy /b file1 + file2 + file3 + ... + fileN newfile -- Bill Jonas * bill@billjonas.com * http://www.billjonas.com/ "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." -- Benjamin Franklin Attachment:
pgpbJf7V9VcNB.pgp
|
|