cat problem, file too large

Conor P. Cahill cpcahil at virtech.uucp
Fri Oct 12 12:41:36 AEST 1990


In article <1990Oct11.191348.12057 at mercury.cair.du.edu> tjreynol at zephyr.cair.du.edu (Tim) writes:
>the file was split when i got it from ohio-state somewhere,
>and i am trying to 'cat' all the pieces back together.
>
>it works for awhile, then craps out. saying 'file too large'

First off the problem is with your ULIMIT.  Read your manual, or the FAQ
posting for this newsgroup to see how to change it.

Secondly, a better way to process the multiple archives would be 
to do the following:

	cat files | uncompress | tar -xvf -

(assuming that they were parts of a compressed tar file)

This way you don't have to generate the big file.


-- 
Conor P. Cahill            (703)430-9247        Virtual Technologies, Inc.,
uunet!virtech!cpcahil                           46030 Manekin Plaza, Suite 160
                                                Sterling, VA 22170 



More information about the Comp.unix.sysv386 mailing list