How to Unzip a .gz File

$ gzip -d compressed_file.gz

One Comment

  1. Alex:

    I found unp package, it works with most packages and all you need in most of cases is to type “unp filename”
    to install sudo apt-get install unp

Leave a comment