You guys are slipping... all these responses and nobody suggested he type "man tar" and Read The Fine Manual?<div><br></div><div>There are several good guides on using tar if you google for it, like this one:</div>
<div><br></div><div><a href="http://www.geekvenue.net/chucktips/jason/chuck/994016279/index_html">http://www.geekvenue.net/chucktips/jason/chuck/994016279/index_html</a><br><br></div><div>One pointer I didn't see anyone suggest, before I extract an archive, I usually check to see what the extract path is going to be, like:</div>
<div><br></div><div>tar -tzvf myfile.tgz | less</div><div><br></div><div>That will tell you where it's going to be extracted.</div><div><br></div><div>Also, the file extension standards are:</div><div><br></div><div>.tar - just a tar archive, may contain multiple files and folders, but isn't compressed.</div>
<div>.tgz or .tar.gz - a tar archive that has been compressed with gzip.</div><div>.gz - a file compressed with gzip.</div><div><br></div><div>-dc</div><div><br><div class="gmail_quote">On Tue, May 3, 2011 at 5:54 PM, Paul Gray <span dir="ltr"><<a href="mailto:gray@cs.uni.edu">gray@cs.uni.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On 05/03/2011 10:40 AM, Tim Wilson wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
</blockquote>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
 >  the x = decompress, the v = tell me ALL about it (verbose), the f =<br>
don't ask me questions, just f do it.<br>
</blockquote>
<br></div>
"f" means that the target is a file, not a tape device.<br><font color="#888888">
<br>
-- <br>
Paul Gray                                         -o)<br>
314 East Gym, Dept. of Computer Science           /\\<br>
University of Northern Iowa                      _\_V<br>
 Message void if penguin violated ...  Don't mess with the penguin<br>
 No one says, "Hey, I can't read that ASCII attachment ya sent me."</font><div><div></div><div class="h5"><br>
_______________________________________________<br>
Cialug mailing list<br>
<a href="mailto:Cialug@cialug.org" target="_blank">Cialug@cialug.org</a><br>
<a href="http://cialug.org/mailman/listinfo/cialug" target="_blank">http://cialug.org/mailman/listinfo/cialug</a><br>
</div></div></blockquote></div><br></div>