\_ [...] \_ cat linuxisoaa >> linuxrocks.iso \_ cat linuxisoab >> linuxrocks.iso \_ cat linuxisoac >> linuxrocks.iso \_ cat linuxisoad >> linuxrocks.iso \_ cat linuxisoae >> linuxrocks.iso \_ cat linuxisoaf >> linuxrocks.iso \_ cat linuxisoag >> linuxrocks.iso \_ \_ depending on how many files you want to recombine it would be handy to \_ have a script to take care of that um, cat linuxiso* > linuxrocks.iso doesn't work for some reason? The fileglobbing expands asciibettically, just like split creates them. Of course, you could run into problems if you have other files named linuxiso, but then you shouldn't have given it that prefix.... David From Don Harrop Tue Dec 5 20:06:53 2000 From: Don Harrop (Don Harrop) Date: Tue, 5 Dec 2000 13:06:53 -0700 (MST) Subject: File Splitting In-Reply-To: <14893.17516.369376.974673@owmyeye.ugive.com> Message-ID: cat linuxiso* >> linuxrocks.iso is what I ment to type. I even ran it on that same BSD iso again just to make sure it works. I mounted the newly created iso (from the split images) with the -o loop option and I can see everything just fine so I'm assuming everything is still entact. Don > > um, > > cat linuxiso* > linuxrocks.iso > > doesn't work for some reason? The fileglobbing expands > asciibettically, just like split creates them. > > Of course, you could run into problems if you have other files named > linuxiso, but then you shouldn't have given it that prefix.... > > David > > ________________________________________________ > 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 - Plug-discuss@lists.PLUG.phoenix.az.us > http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss >