From: Dave O Connor (doc at domain redbrick.dcu.ie)
Date: Mon 03 Jul 2000 - 13:13:07 IST
Someone called Jason A. Corcoran. said on Mon, Jul 03, 2000 at 01:09:36PM +0100:
> I posted a mail asking how to split a large tar
> ball over multiple disks,
>
> I got the answer from the list, thanks. But when
> I get the individual segments home, how do I
> unsplit them ?
> I've looked up the man page and even the info
> page. No Luck.
>
The files from split are usually called xaa, xab, xac etc.
Catting them into each other should work, i.e.
cat xaa >> bigfile
cat xab >> bigfile
cat xac >> bigfile
...
etc.
- DoC
This archive was generated by hypermail 2.1.6 : Thu 06 Feb 2003 - 13:06:46 GMT