Re: Alternative to rar split files?
- From: Paul J Gans <gans@xxxxxxxxx>
- Date: Tue, 30 Oct 2007 16:20:17 +0000 (UTC)
Uwe Grauer <unews@xxxxxxxxxxxxx> wrote:
David Bolt wrote:
On Mon, 29 Oct 2007, Uwe Grauer wrote:-
Luca wrote:
Stephen Chadfield wrote:type file2 >> file1
Just use "split". See the man page for details.Yeah, works nicely. I just wonder if Windows and Mac users could join
the bits again...
Luca
type file3 >> file1
Type is usually used for viewing text files, similar to more. Either of
these would possibly be the better choice:
copy /b file1+file2+file3+file4 complete.file
or
copy /b file* complete.file
Regards,
David Bolt
Any arguments why type can't be used or why copy should be saver?
I do not KNOW, but it may involve the crazy Windows end of line
protocol. Catenating files with type *MAY* insert CR/LF combinations
at the join points because type assumes that the files are ASCII and
not binary.
--
--- Paul J. Gans
.
- References:
- Alternative to rar split files?
- From: Luca
- Re: Alternative to rar split files?
- From: Stephen Chadfield
- Re: Alternative to rar split files?
- From: Luca
- Re: Alternative to rar split files?
- From: Uwe Grauer
- Re: Alternative to rar split files?
- From: David Bolt
- Re: Alternative to rar split files?
- From: Uwe Grauer
- Alternative to rar split files?
- Prev by Date: Re: Alternative to rar split files?
- Next by Date: Re: Any suggestions and advice welcome
- Previous by thread: Re: Alternative to rar split files?
- Next by thread: Re: Alternative to rar split files?
- Index(es):
Relevant Pages
|