From owner-freebsd-questions@FreeBSD.ORG Mon Jun 20 03:30:29 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 F0F1016A41C for ; Mon, 20 Jun 2005 03:30:29 +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 CAE1E43D1F for ; Mon, 20 Jun 2005 03:30:29 +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 1DkCzV-0007Db-8f for freebsd-questions@freebsd.org; Sun, 19 Jun 2005 23:30:29 -0400 From: "Andrew L. Gould" To: freebsd-questions@freebsd.org Date: Sun, 19 Jun 2005 22:31:18 -0500 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200506192231.18309.algould@datawok.com> X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69563f9fea00a6dd62bc9d507eca4ad95cdbc82b3391093a72b1350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 206.255.31.21 Subject: 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:30:30 -0000 Regarding the usage of split to divide files into several parts: 1. Can the split utility be used on binary files? 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? Thanks, Andrew Gould