From owner-freebsd-questions@FreeBSD.ORG Mon Jun 20 03:34:39 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 F232A16A41C for ; Mon, 20 Jun 2005 03:34:39 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A74A43D4C for ; Mon, 20 Jun 2005 03:34:38 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.12.11/8.12.11) with ESMTP id j5K3YWn1098441 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 20 Jun 2005 10:34:32 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.1/8.12.11) id j5K3YVVi064949; Mon, 20 Jun 2005 10:34:31 +0700 (ICT) Date: Mon, 20 Jun 2005 10:34:31 +0700 (ICT) Message-Id: <200506200334.j5K3YVVi064949@banyan.cs.ait.ac.th> From: Olivier Nicole To: algould@datawok.com In-reply-to: <200506192231.18309.algould@datawok.com> References: <200506192231.18309.algould@datawok.com> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) 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:34:40 -0000 > 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