×
Create a new article
Write your page title here:
We currently have 3,189 articles on s23. Type your article name above or create one of the articles listed here!



    s23
    3,189Articles

    Unpack: Difference between revisions

    Content added Content deleted
    imported>mutante
    mNo edit summary
     
    imported>mutante
    mNo edit summary
    Line 34: Line 34:


    unzip filename.zip
    unzip filename.zip


    [[Category:Linux]]
    [[Category:Computer]]
    [[Category:HowTo]]

    Revision as of 07:44, 26 February 2005

    How to unpack compressed files with the various different extentions.


    .tar.gz

    To uncompress a .tar.gz file, execute the following command:
    
     tar -xzfv filename.tar.gz
    

    .gz

    To uncompress a gzip file, execute the following command:
    
    gunzip filename.txt.gz     
    


    .tar

    To uncompress a tar file, execute the following command:
    
    tar -xvf example.tar
    


    .bz2

    To uncompress a bzip2 file, execute the following command:
    
    bunzip2 filename.txt.bz2     
    


    .zip

    To uncompress a zip file , execut the following command:
    
    unzip filename.zip
    
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.