Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!tdatirv!pa1 From: pa1@tdatirv.UUCP (Pat Alvarado) Newsgroups: comp.binaries.ibm.pc.d Subject: Re: Elvis Message-ID: <61@tdatirv.UUCP> Date: 13 Nov 90 15:04:48 GMT References: <29500@boulder.Colorado.EDU> Reply-To: pa1@tdatirv.UUCP (Pat Alvarado) Organization: Teradata Corp., El Segundo, Ca. Lines: 40 In article <29500@boulder.Colorado.EDU> ornstein@tramp.Colorado.EDU (Jason Ornstein) writes: >Ok, was just wondering since there was no documentation with this >program, elvis, how do you set up the temp file. Every time I run >this it dies saying it can't find the temp file....help... > Similar to Unix filesystems Elvis appears to be looking for a /tmp directory, so for MSDOS do: md \tmp and the problem goes away. >Also, was wondering if anyone can help with another question, hope its >not a frequently asked on...but if I get a file and it has a .tar >ending and I don't have access to a tape drive does this mean that I >can't use it? This would be on a unix machine so this might be the >wrong place to ask.. On a Unix system, the tar program can extract from a file. The tape drive is just considered another file to Unix (e.g. /dev/rt0). Anyway, to look at the contents use: tar tf The 't' says "table of contents", 'f' says use the following argument as the tar file. To actually extract the files from the tar file: tar xvf The 'x' says extract, 'v' says verbose (displays the filename of each file being extracted). -- ||| Pat Alvarado | v Teradata Corporation | tdat!pa1@suntzu.sun.com /\ /\ 100 N. Sepulveda Blvd. | uunet!edsews!hacgate!tdat!pa1 /// \\\ El Segundo, Calif. 90245 | pa1@tdat.teradata.com