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
Generalizabilty of survey results example | AP Statistics | Khan Academy
Niketi took a random sample of 10 countries to study fertility rate and life expectancy. She noticed a strong negative linear relationship between those variables in the sample data. Here is computer output from a least squares regression analysis for usi…
Things to know before buying a home | Housing | Financial Literacy | Khan Academy
Let’s say you’re interested in buying a home, and you have found the house that you want, and it costs $300,000. Let’s think about whether you are ready to purchase that and other things that you might have to consider. A lot of folks realize that if you…
Exploring Dog-Human Communication
What if you could communicate with your pet? If they could just tell you how much they love you, how when you leave the house to go to work, it feels like they’ve just spent a week without you? In the 1970s, a gorilla named Koko learned sign language. Wi…
How to Implement AI in Your Classroom
Okay, big welcome to everyone who’s joining! I know it takes a little while to get every possible Zoo member line signed up, but I have to tell you all I am so thrilled to be here today with you with a rock star panel of teachers. We have so many great Ed…
Kevin O'Leary on how to get ahead in the workplace
[Applause] Welcome back to the social! If your New Year’s resolution is to make some positive changes in your life, there’s a lot to consider. Like, what’s the best way to get noticed by your boss, and when should you ask for a promotion? All good questi…
Ecosystems and biomes | Ecology and natural systems | High school biology | Khan Academy
So just as a bit of a review, if we take the members of a certain species that share the same area, we call that a population. Population, all of the organisms in this particular population will be members of the same species. There could be other member…