Thread: unzip in linux
View Single Post
  #2 (permalink)  
Old October 5th, 2005
MrJoe MrJoe is offline
gtk-gnutella developer
 
Join Date: October 8th, 2003
Posts: 28
MrJoe is flying high
Default

A .zip file, just use 'unzip filename'.
A .tar.gz file, use 'tar -zxvf filename'
A .tar.bz2 file, use 'tar -jxvf filename'
A .gz file, use 'gunzip filename'
a .bz2 file, use 'bunzip2 filename'
__________________
Spam goes to [email]ben@asselman.com[email] (no don't mail there, it will be treated as spam).
Reply With Quote