File Splitting

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Rusty Carruth
Date:  
Subject: File Splitting
>
> OK, I can split up the file just fine.. How do I put it back
> together.. The man page for split sucks.. The info page isn't much
> better.
>


if your outpt files are called foo01 - foo99, then do:

cat foo?? > bigfoo

rusty


From Don Harrop <> Tue Dec 5 00:05:54 2000
From: Don Harrop <> (Don Harrop)
Date: Mon, 4 Dec 2000 17:05:54 -0700 (MST)
Subject: File Splitting
In-Reply-To: <>
Message-ID: <>

Yep, just figured that out.. I assumed that since there was a command to
break it up there was a command to put it back together.. Guess
not.. I'll have to write a script file or something.

Don
BTW, thanks for the reply. This list rocks.. ;-)

On Mon, 4 Dec 2000, Rusty Carruth wrote:

> >
> > OK, I can split up the file just fine.. How do I put it back
> > together.. The man page for split sucks.. The info page isn't much
> > better.
> >
>
> if your outpt files are called foo01 - foo99, then do:
>
> cat foo?? > bigfoo
>
> rusty
>
> ________________________________________________
> See http://PLUG.phoenix.az.us/navigator-mail.shtml if your mail doesn't post to the list quickly and you use Netscape to write mail.
>
> Plug-discuss mailing list -
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>