View Single Post
  #3 (permalink)  
Old 05-Jun-2009, 11:23
nick_at_seakr nick_at_seakr is offline
Puzzled Penguin
 
Join Date: May 2009
Posts: 10
nick_at_seakr hasn't been rated much yet
Default Re: Weird Error With Tar

See the part in the original post about how "gunzip" works to uncompress the archive - since this is the case, I'm fairly sure that the file is actually a .tar.gz file. Also, after I uncompress the file, I can recompress with gzip (gzip </path/to/archive>) and then try to run "tar tzf <archive>" or "zcat <archive>|tar tf -" and I get the same error messages.

Thanks for the response!
-Nick
Reply With Quote