Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Dec 2000 01:18:49 -0500
From:      Ryan Younce <ryan@manunkind.org>
To:        Aaron <click46@webpimps.net>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Regrouping Binary Split files?
Message-ID:  <20001201011849.B29492@cheshire.manunkind.org>
In-Reply-To: <20001201053057.44F8337B400@hub.freebsd.org>; from click46@webpimps.net on Thu, Nov 30, 2000 at 09:33:35PM -0800
References:  <20001201053057.44F8337B400@hub.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Thus spake Aaron <click46@webpimps.net>:
> Hello,
> 	I have a large file that was split up by a program called
> "Mastersplitter" (www.tomasoft.com). Of course, its only for the Windows
> and emulation doesnt work in WINE. Is there anyway I can regroup the files
> w/o Mastersplitter? To my understanding its binary-ly split. So I would
> assume another program could rejoin them?
> 
> Any assistance is welcomed.
> - click

cat(1) should be able to do this okay.  For starters:

	cat file1 file2 ... filen > merged_file

-- 
Ryan Younce, Cat Herder / ryan@manunkind.org / http://www.manunkind.org/~ryan/

A weird imagination is most useful to gain full advantage of all the features.
            --Manual Page for the 4.4 BSD Automounter, amd(8), Caveats Section


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001201011849.B29492>