×
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

    How to unpack compressed files with the various different extentions.


    .tar.gz[edit]

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

    .gz[edit]

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


    .tar[edit]

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

    streaming tar to another server[edit]

    see Backup streaming tar

    .bz2[edit]

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


    .zip[edit]

    To uncompress a zip file , execut the following command:
    
    unzip filename.zip
    

    Related[edit]

    HowTo/UncompressFilesInLinux

    Softcoder-Board: packen mit tar (und gz)

    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.