From owner-freebsd-questions@FreeBSD.ORG Mon Jun 20 03:36:30 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AF0C16A41C for ; Mon, 20 Jun 2005 03:36:30 +0000 (GMT) (envelope-from algould@datawok.com) Received: from smtpauth09.mail.atl.earthlink.net (smtpauth09.mail.atl.earthlink.net [209.86.89.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id 303EB43D1D for ; Mon, 20 Jun 2005 03:36:30 +0000 (GMT) (envelope-from algould@datawok.com) Received: from [206.255.31.21] (helo=yoda.datawok.com) by smtpauth09.mail.atl.earthlink.net with asmtp (TLSv1:RC4-MD5:128) (Exim 4.34) id 1DkD5J-0002ZI-3J; Sun, 19 Jun 2005 23:36:29 -0400 From: "Andrew L. Gould" To: Olivier Nicole Date: Sun, 19 Jun 2005 22:37:18 -0500 User-Agent: KMail/1.6.2 References: <200506192231.18309.algould@datawok.com> <200506200334.j5K3YVVi064949@banyan.cs.ait.ac.th> In-Reply-To: <200506200334.j5K3YVVi064949@banyan.cs.ait.ac.th> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200506192237.18337.algould@datawok.com> X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69563f9fea00a6dd62bc69bb22f7cb3bff4e0404ed7e6cfbe7dc350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 206.255.31.21 Cc: freebsd-questions@freebsd.org Subject: Re: OT: usage of split X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jun 2005 03:36:30 -0000 On Sunday 19 June 2005 10:34 pm, Olivier Nicole wrote: > > 2. How does one rejoin the resulting split files to recreate the > > original file? I assume you can cat text files into a new file > > using redirection (>>); but can you do that with a binary file? > > I'd say yes, you can cat a binary file (though it is likely to > mess-up your screen). > > Olivier That's what virtual terminals are for! ;-) What's a better way of rejoining split parts of a binary file? Thanks, Andrew Gould