| by Arround The Web

How to Compress the Whole Directory Using xz and tar

I compressed a directory having 37M size using both xz & zip. The zip file size was 31M, while the xz file was 16M after compression. Pretty impressive, isn’t it? Let us see how to compress the whole directory using xz and tar on Linux, macOS/*BSD/…

Share Button
Read More
| by Arround The Web

Untar tar.gz Files in Linux Using the Command Line

A lot of the downloadable Linux/Unix files found on the internet are compressed using a tar.gz format. In this article you will learn how to extract tar.gz files in Linux systems through the command line using the tar command.
The post Untar tar.gz Fil…

Share Button
Read More