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
Galaxies and gravity | Earth in space | Middle school Earth and space science | Khan Academy
Hello everyone! Today we’re going to be talking about galaxies and gravity. We know the Earth is a planet that is in orbit around the Sun. This is called the heliocentric model, and the solar system is an enormous space for us, encompassing every place th…
El Niño and La Niña| Earth systems and resources| AP Environmental science| Khan Academy
Every few years, you might hear about El Niño in the news, and this also might come with powerful images of flooding and rainfall. But El Niño is not just a storm; it’s actually a climate pattern that takes place in the Pacific Ocean, and we’ll get a litt…
See How Syrian Zoo Animals Escaped a War-Ravaged City | National Geographic
[Music] This is what we hoped for because this was a dangerous mission. This was people who risk their lives to go in and help these animals. These animals really suffer not only from lack of food, medicine, and water, but also from the military conflict …
15 Biggest Obstacles You'll Have in Your Life
Hey there, Alaer! Welcome back. Today’s chat is a little bit longer than usual because we really wanted to do all of these obstacles justice. You might not face every one of them in your life; we certainly hope not, but chances are you faced some of these…
All in for Education Livestream with Sal Khan
And she started using the printing out transcripts of Khan Academy - and get-and giving him these sheets of the stacks of paper when she visited him in prison. Through just the transcripts, Jason was able to start realizing that he, you know, in school, h…
Advice for Students and Recent Graduates on Finding Jobs – Liz Wessel of WayUp
At what point did you know you wanted to start a company? Um, so my sophomore year of college, I was at Penn, and I actually started my first business at the end of sophomore year. I went to Stanford for a three-day boot camp called Basis Entrepreneurial…