Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!bloom-beacon!sunkisd!maxwell!yoly From: yoly@maxwell.Concordia.CA ( Yoly Young % ILDCD22 % c10112 % 7633) Newsgroups: comp.unix.questions Subject: Re: tar from a disk (not tape) Keywords: tar Message-ID: <830@sunkisd.CS.Concordia.CA> Date: 9 May 89 20:09:33 GMT References: <1517@cmx.npac.syr.edu> Sender: usenet@Sunkisd.CS.Concordia.CA Reply-To: yoly@maxwell.Concordia.Ca Organization: Concordia University, Montreal Quebec Lines: 14 In article <1517@cmx.npac.syr.edu> gefuchs@logiclab.cis.syr.edu (Gill E. Fuchs) writes: >i have in my directory a file named gugu.tar which i assume is >a tarfile....restore it unto my directory > >in my feeble attemp to do so i tried: > tar x gugu.tar >to which i was wipped with the response: > "yo, no tape on line" {translated a bit} You should try: cat gugu.tar | tar xvf - That command lets you restore tar files from a "tar file" :-)