About Dima :

tar nowadays doesn't need explicit compression type parameters,
> "tar xf" would work for any gz-complessed or bz2-compressed file...



The old-fashioned way (explicit option or tar command) on Unix/Linux 
operating system is :

tar xzvf   filearchive.tgz   (for gzip-ped tar archive files )

tar xzjf   filearchive.bz2  (bzip-ped tar archive files)

Replace x   with t , for "listing" files in the archive.

Dominique

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to