×
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
    Revision as of 19:24, 20 November 2005 by imported>mutante

    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
    

    streaming tar to another server

    see Backup streaming 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.