Extracting Archive File In Linux

To extract a tar.bz2 file, use the command :

tar -jxvf filename.tar.bz2


To extract a tar.gz file, the the command :

tar -zxvf filename.tar.gz

Possibly Related Posts:


Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>