From owner-freebsd-questions Thu Nov 30 22:16:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cheshire.manunkind.org (cheshire.manunkind.org [216.254.114.213]) by hub.freebsd.org (Postfix) with ESMTP id 9847A37B400 for ; Thu, 30 Nov 2000 22:16:16 -0800 (PST) Received: (from ryan@localhost) by cheshire.manunkind.org (8.11.1/8.11.1) id eB16IoJ29938; Fri, 1 Dec 2000 01:18:50 -0500 (EST) (envelope-from ryan) Date: Fri, 1 Dec 2000 01:18:49 -0500 From: Ryan Younce To: Aaron Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Regrouping Binary Split files? Message-ID: <20001201011849.B29492@cheshire.manunkind.org> References: <20001201053057.44F8337B400@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001201053057.44F8337B400@hub.freebsd.org>; from click46@webpimps.net on Thu, Nov 30, 2000 at 09:33:35PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Aaron : > 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