×
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>Took
    m (links)
     
    Line 38: Line 38:
    unzip filename.zip
    unzip filename.zip


    === Related ===
    [[HowTo/UncompressFilesInLinux]]


    [http://hardcoder.web-produzent.de/showtopic.php?threadid=109 Softcoder-Board: packen mit tar (und gz)]


    [[Category:Linux]]
    [[Category:Linux]]

    Latest revision as of 00:29, 5 March 2006

    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.