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

Virtual and Augmented Reality: Transforming The Way We Look At The Internet and Data Security

Virtual and Augmented Reality have redefined every aspect of our modern world ranging from gaming, music, and pop culture, to business, human interaction, and development. However, ‘with great power comes great responsibility’. When it comes to a technology slowly becoming a part of some of our most sensitive aspects in our lives (finances, identity, and health), ensuring its safety is highly important. Despite this, many companies have certainly not done their part to ensure the better virtual reality security and, in turn,

Twin sisters CONJOINED at abdomen, liver and umbilical cord die soon after birth (photo)

> The Siamese twins who were born in Zambia a few days ago passed away > They were joined at the chest > The babies shared one abdomen, liver and umbilical cord The conjoined twins who had been born at KITWE Central Hospital in Zambia a few days ago, have passed away. The Siamese girls were delivered by a 19-year-old woman. They were joined by the chest, sharing one abdomen, liver and umbilical cord.

Which Is The Best Linux Distro For Beginners? — 2017 Edition

Are you looking for  a Linux distro that’s suitable for new users who are willing to start   an exciting Linux journey? Well, you’re at the right place. These days, Linux Mint is giving a tough competition to Ubuntu as it’s very beginner-friendly. Our other top recommendations are Zorin OS (which looks a lot like Windows operating system) and lightweight Linux Lite.

Google’s Open Source DIY Kit Turns Your Raspberry Pi Into An AI Assistant

The latest edition of the MagPi magazine includes a DIY kit created by Google that can be used to create a custom Google Home device powered by Raspberry Pi. A user can take advantage of the Google Assistant SDK and Google Cloud Speech API to enable voice control in their projects.