yego.me
💡 Stop wasting time. Read Youtube instead of watch. Download Chrome Extension

Terminal Lesson 16


2m read
·Nov 3, 2024

Processing might take a few minutes. Refresh later.

Hey guys, this is McKinson, one with another terminal lesson on how to tar things and compress things.

Now I've had a few complaints about tar because my last terminal lesson, I think it was, I showed you how to tar files, and people said, well, what's the point of this? Because I can just zip and it makes the files smaller.

So I'm just going to be showing you how to use tar to not only tar up a bunch of files but also to zip the tar file that you create.

I'm just going to CD to my desktop, and now I'm going to make a document on my desktop that's going to be an empty document, and then I'll show you what next.

Okay, so right here on my desktop is this file. If we take a look at this file right now, it's 4 kilobytes, 178 bytes. So now I'm going to use tar to make a compressed version of this that's going to be smaller than that.

The command is pretty much the same; it's tar -z cvbf instead of just cvbf. It's -z cvbf space, then the name of the tar file, and that file is like file.tar.gz. So you have to add the gz after it, space, and then the name of the file that you're compressing, which is file.txt.

So now hit enter, and so here's my file.tar.gz, which is a tar.gz of this file. Now notice this is 146 bytes, while this is 178 bytes, so this is actually smaller.

Now, let's compare that to zip. Right now we're just going to zip file.txt. So right here is the zip; it's 181, and the tar is 146, which means that the tar is actually more efficient in this case than the zip.

I'm going to delete this file and just show you that this works when you untar; basically, it comes back up.

Okay, so now I'm going to show you how to untar this in terminal. You just type tar -zx vvf space file.tar.gz, and that'll untar it through terminal.

So just remember to add the Z before the vvf to make it compressed, and remember it's tar.gz instead of just tar.

So that's how to make an archive with tar.

Thank you for watching. McKinson one, subscribe, and goodbye!

More Articles

View All
From Summit to Subterranean: Chasing Adventure in San Antonio, Texas | National Geographic
When you’re in the cave, you’re so hyper-focused because there’s no distractions, and so for me, it’s almost meditative. [Music] I started in adventure photography with winter sports. Now I’m here in Texas to find that adventure, but underground. Hi, it…
Ice Age Cave Art: Unlocking the Mysteries Behind These Markings | Nat Geo Live
Genevieve Von Petzinger: This incredible art that mostly dates between 10 and 40,000 years ago. What we often think of, of course, is the animals. But there’s this other enormous group called the geometric signs that outnumber the animals and the humans a…
Comparative advantage - output approach | Basic economic concepts | Microeconomics | Khan Academy
In this, in the next video, we’re going to learn how to calculate opportunity costs and determine who has the comparative advantage in a goods production using data from both an output table and an input table. If we look at our PPCs in the graph on the l…
Lifesaving Medicines from Venomous Animals - Meet the Expert | National Geographic
Hello everyone and welcome to yet another live here on the channel. I’m Lizzy Daily, your host for today. If you were here last time, welcome back! You are not gonna want to miss this next live with our very special guest today. But if you’re new around h…
Molarity | Intermolecular forces and properties | AP Chemistry | Khan Academy
In this video, we’re going to talk about one of the most common ways to measure solute concentration in a solution, and that is molarity. Molarity is defined as the number of moles of solute (the thing that we are dissolving in a solvent) divided by the l…
How Nothing Founder Carl Pei Built A Multi-Million Dollar Smartphone Brand In Just 2 Years
Today, on the main function, we’re hanging out with Carl, the founder of Nothing. He built a smartphone company that launched two years ago, and in those two years, they’ve gotten to $600 million in annualized revenue. So we’re going to talk about that an…