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
Estimating decimal addition (thousandths) | Adding decimals | Grade 5 (TX TEKS) | Khan Academy
So we have two questions here, but don’t stress out. Anytime I even see a lot of decimals, I’m like, okay, is this going to be a lot of hairy arithmetic? But what we see here, it does not say what 8.37 + 4926 is equal to. The equal sign is squiggly. That …
How Coca Leaves Become Cocaine | Trafficked with Mariana van Zeller
[music playing] [speaking spanish] I’m not going to lie, it’s always a rush getting access to these clandestine worlds. The cocaine pit, the starting point for such a storied black market trade, ranks up there. But as the reporter high wears off, I realiz…
Reduction of Air Pollutants| Atmospheric Pollution| AP Environmental Science| Khan Academy
Hey there friends, today we’re going to learn about air pollution, and to start off, we’re going back in time to the small town of Donora, Pennsylvania, in October of 1948. Walking into this small industrial town, you can immediately sense that something…
Interpreting picture graphs (paint) | Math | 3rd grade | Khan Academy
Jacob charges nine dollars an hour to paint. The graph below shows the number of hours he spent painting different rooms of one house. How much did Jacob charge for painting the living room? So, here’s the graph. This is a picture graph or pictograph, an…
Announcing O'Leary Fine Wines
[Music] And we are back now with the new edition of Shar Tank. Your life, we have two entrepreneurs ready to go head-to-head. Kevin Oer from Shark Tank is here. We’ve already seen him double Dutch; it’s one of his many, many talents. Also wearing that Smi…
2d curl formula
So after introducing the idea of fluid rotation in a vector field like this, let’s start tightening up our grasp on this intuition to get something that we can actually apply formulas to. A vector field like the one that I had there, that’s two-dimension…