Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!ucsd!ucbvax!agate!sandstorm.Berkeley.EDU!swade From: swade@sandstorm.Berkeley.EDU (Wade Shen) Newsgroups: comp.unix.xenix Subject: Using Tar Message-ID: <1990Aug30.202639.26547@agate.berkeley.edu> Date: 30 Aug 90 20:26:39 GMT Sender: usenet@agate.berkeley.edu (USENET Administrator) Reply-To: swade@sandstorm.Berkeley.EDU (Wade Shen) Organization: ucb Lines: 6 I have a tar file that is too big to be extracted onto my HD... How would i go about untaring it I have enough space for the untared files but not for the tar and the extracted files... I have a tape drive and have tried to use it to tar the tar files and then extract it and pipe it to another tar: tar -xvf /dev/rct0 | tar -xvf emacs.tar This doesn't work either... Can anyone help?