Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: How to uncompressed a set of zip,rar,tar.etc in linux  (Read 3670 times)

0 Members and 1 Guest are viewing this topic.

v00d00_tuxhead

  • Guest
How to uncompressed a set of zip,rar,tar.etc in linux
« on: September 08, 2008, 05:10:56 AM »
Hi ,
        i have a set  of file with ZIP extention and i wanna to extract them all in one step, how can i do that ?

 my o.s is opensuse 10.3


Thanks to u all ! :) :)

fireballs



    Apprentice

  • Code:Terminal
  • Thanked: 3
    Re: How to uncompressed a set of zip,rar,tar.etc in linux
    « Reply #1 on: September 08, 2008, 03:27:57 PM »
    Quote
    unzip filename.zip
    Decompress a file (*.zip) zipped with a compression utility compatible with PKZIP for DOS.

    from http://linux.about.com/od/linux101/l/blnewbie5_10.htm

    FB
    Next time google it.