From owner-freebsd-questions Tue Apr 11 8:25:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.enteract.com (mail.enteract.com [207.229.143.33]) by hub.freebsd.org (Postfix) with ESMTP id CD55837B6C0 for ; Tue, 11 Apr 2000 08:25:30 -0700 (PDT) (envelope-from dscheidt@enteract.com) Received: from shell-1.enteract.com (dscheidt@shell-1.enteract.com [207.229.143.40]) by mail.enteract.com (8.9.3/8.9.3) with SMTP id KAA40979; Tue, 11 Apr 2000 10:25:28 -0500 (CDT) (envelope-from dscheidt@enteract.com) Date: Tue, 11 Apr 2000 10:25:28 -0500 (CDT) From: David Scheidt To: cwaiken@cwaiken.com Cc: FreeBSD Questions Subject: Re: How to split large files In-Reply-To: <20000411151840.28823.cpmta@c017.sfo.cp.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 11 Apr 2000 cwaiken@cwaiken.com wrote: > I'm trying to copy files to a 1.44MB floppy. Some of the files are too large > to fit on one floppy. What is the easiest war to "split" these files so that > they will fit on the floppy, and how do I "paste" the pieces back together > when I need to use them again. With, oddly enough, split(1). Use cat(1) to put them back together. David Scheidt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message