Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cornell!uw-beaver!fluke!ssc-vax!ray3rd From: ray3rd@ssc-vax.UUCP (Ray E. Saddler III) Newsgroups: comp.unix.questions Subject: Re: tar from a disk (not tape) Summary: You forgot a crucial flag..... Keywords: tar Message-ID: <2640@ssc-vax.UUCP> Date: 8 May 89 15:29:06 GMT References: <1517@cmx.npac.syr.edu> Organization: Boeing Aerospace Corp., Seattle WA Lines: 24 In article <1517@cmx.npac.syr.edu>, gefuchs@goedel.uucp (Gill E. Fuchs) writes: > i have in my directory a file named gugu.tar which i assume is a tarfile. > > in my feeble attemp to do so i tried: > tar x gugu.tar > > so, what to do? Uhm...you need to place 'f' along with the 'x' flag to tell tar to eXtract from a File, followed by the file name (which you placed correctly): 'tar xf gugu.tar' should do the trick. You may first want to 'tar -tf gugu.tar' to lisT the file first to check for absolute pathnames or regular filenames that may hammer something you want to keep, resulting in explicit name extraction: 'tar -xf gugu.tar' file1 file2 file3 ... -- Ray E. Saddler III | __ __ __ __ | UseNet Boeing Aerospace | / / / // //| // | uw-beaver!ssc-vax!ray3rd P.O. Box 3999 m.s. 3R-05 | /-< / //- // |// _ | PhoneNet Seattle, Wa. 98124 USA | /__//_//__ // //__/ | 1+206-657-2824