Skip to main content

How To Compress And Extract Files In Linux | Tar, Gzip, Gunzip Commands


In this article in the Linux Lexicon series, we shall discover how to compress and extract files in Linux. We will be focusing upon the tar, gzip, and gunzip commands along with their associated options. These commands have simple syntax to make the task easier.

While there are special software designed for the compressing and extracting files in Linuxbut there is no need to bother yourself with the tardy process of finding, choosing and installing one because everything can be done through the Terminal itself. Let’s find out how:

Compressing and extracting files in Linux:

Tar Command

The tar command is primarily used to bundle the required files or directories into an archive. Depending on the option used we can also use the tar command to extract or list the contents of a tar archive. The syntax for using the tar command for archiving and compressing files is as follows:
Some of the most common options used along with the tar command are as follows:
– Create a tar archive
– Extract files from the archive
– Display the table of contents (list)
– Be verbose
– Use compression
– Used to specify the file to use
Now before all of this goes over your head, let me explain it with the help of an example. Suppose I have a directory named “Archive&Compress” whose tar archive I wish to create, here is how it can be done:
Archive and Compress Files in Linux tar1
In order to create the archive in Linux and use compression, we use the ‘c‘ option and use the ‘f‘ option to specify the file. When the archive “ac.tar” in our example has been created, we can use the ‘t‘ option to list the contents starting with the name of the directory and the files included within the directory.
Now I will teach you how to extract the content of the archived file. Suppose I wish to extract the contents of the tar archive to my desktop, here is how I will proceed:
Archive and Compress Files in Linux tar2
You will notice that we used the ‘x‘ option for extracting the contents. Now in case you want a verbose listing of what the extract operation is doing, then you can use the ‘v‘ option, like this:
Archive and Compress Files in Linux tar3

Gzip and Gunzip Command

The next part of our tutorial on how to archive and compress files in Linux focuses on compressing files. In order to compress files and save memory space, we use the gzip command. In order to uncompress the files, we use the gunzip command. The format for using the commands is:
Consider the following example, suppose I wish to compress a file named “impress2”, then I will proceed as follows:
Archive and Compress Files in Linux gzip
Now in order to uncompress it, I will use the gunzip command, which works in the following manner:
Archive and Compress Files in Linux gunzip
Note: The du command has been used to find out the estimated space used by each file
You can also check out the complete Linux command reference. Happy learning.
Got any doubts, queries of your own, or any suggestions on the topics that you would like us to cover? Share your views with us inside comments below.

Comments

Follow Us

WHAT'S HOT

Would you remain in a violent and abusive marriage for love?

You married someone you trusted, and you gave yourself to that person. How could it be that the person you trusted with your life now acts like the person who could take your life? A quick scan of the Internet reveals that Twenty-five percent of adult women say they have experienced violence at

Russian Hackers Used Kaspersky Software To Steal NSA Secrets And Code

According to a  report from WSJ , NSA’s classified data, which wasn’t supposed to leave the facility’s perimeter where a contractor worked, was stolen by Russian hackers. This incident

How To Connect Android or iOS Phone To Windows 10

The  Continue on PC  feature is currently available to Windows Insiders, but it’ll arrive for regular users once the update starts landing on their PCs. If you’re running an Insider build, you can use the steps mentioned in this post to connect your phone to Windows 10 PC.

Google Announces New Camera Called Google Clips

The core of the camera is AI engine which does the processing part and gets smarter over time. Clips can detect people and subjects using machine learning that happens on the system itself.