« Google’s Chrome was ‘hackable’ at Pwn2Own contest // How to enable php (Apache) to connect with PostGresql »
How to uncompress zip, rar, tar.gz, tar.bz2 using shell – Linux
Posted on May 18th, 2009 by Fred
To uncompress these files formats, type the following commands:
zip:
gunzip filename
rar:
rar x filename
tar:
gzip filename
tar.gz:
tar -vzxf filename
Discussion Area - Leave a Comment