From owner-freebsd-questions@FreeBSD.ORG Sat Feb 23 07:12:33 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C48E916A404 for ; Sat, 23 Feb 2008 07:12:33 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 6C76313C448 for ; Sat, 23 Feb 2008 07:12:28 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id m1N7AQRi001317; Sat, 23 Feb 2008 08:10:26 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id m1N7A9us001314; Sat, 23 Feb 2008 08:10:19 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Sat, 23 Feb 2008 08:10:09 +0100 (CET) From: Wojciech Puchar To: Derek Ragona In-Reply-To: <6.0.0.22.2.20080222170409.0259b4f0@mail.computinginnovations.com> Message-ID: <20080223080953.O1238@wojtek.tensor.gdynia.pl> References: <20080222202127.K4838@wojtek.tensor.gdynia.pl> <6.0.0.22.2.20080222170409.0259b4f0@mail.computinginnovations.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: tape splitter 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: Sat, 23 Feb 2008 07:12:33 -0000 > uuencode it, then run it through split. You could then move the split pieces > onto removable media and reassemble it on another system. > > To put split piece back together you just cat them: > cat split2 split2 > total.uu > then uudecode it to restore the original file. > i know this but it makes temporary files i would like to avoid.