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

List All Of Your Files


2m read
·Nov 3, 2024

Macons, ah, no one here today. This is going to be a brief terminal lesson on how to, um, basically add a listing of every file on your computer to one file. That way, you'll be able to click “find” that file you're looking for, a specific one.

Okay, so I'm going to just open Terminal, so wait one second.

Okay, and then you want to do is you want to type the following command: CD Desktop. CD space Desktop. Put that in the description. Then you type—just make sure I'm in the right place. Now we can type the following command: LS space dash L capital R space / space greater than symbol. So that's shift period, and then let's call it file list dot txt.

It's going to list every file that I have permissions to read into file list dot txt. I've already made one just to demonstrate while it's loading, called files dot txt, and this will take a long time, by the way.

Anyway, here's files dot txt. This has every file on my computer in it, so you can see all these folders and applications, a few other things. There is a whole load of stuff you’ll see in here.

So yeah, so you'll get a few permissions denied here unless you're root, but I'm not root, so… Okay, so now this is going to take a very long time, so I'll just do a cut here.

Loads. So there we go, looks like it's created it here. So let's take a look. Yep, here it is. So here's the file list. Now I can click “find” for an application like—let's look for, say, intro introduction at HTML.

So you can click “find” through all your files till you find the file you want. That's pretty cool. It's just really nice to have every file on your hard drive in this one file.

So thanks for watching, Mac heads. Um, subscribe and goodbye.

More Articles

View All
Hawai'i's Volcanoes of Life | America's National Parks | National Geographic
[MUSIC PLAYING] NARRATOR: Hawaii is the only place in the US where humpbacks breed and nurse their young. [WHALE CALLS] Born with very little fat, calves would soon freeze to death in the cold waters of Alaska. Mothers come to these clear shallow waters …
360° Underwater National Park | National Geographic
[Music] Initially, I just wanted to be an underwater explorer. [Music] But shortly after becoming a diver, I realized that the perfect way for me to explore the ocean was with a camera. [Music] My name is Brian Scarry and I’m a National Geographic magazin…
The 5 WORST Investing Mistakes for 2023 (Investing for Beginners)
This video is sponsored by Morning Brew. Sign up to their free daily newsletter using the link in the description. Okay, so 2023 is your year. You’re finally getting serious about your investing, and you’re going to take the time to knuckle down and set …
The 7 BEST Side Hustles That Make $100 Per Day
What’s up, Graham? It’s guys here, and welcome to the most requested topic I get here in the channel, and that would be side hustles. I get it; it’s easy to see the appeal of making money in your spare time. After all, chances are most of us have an extra…
Underwater Explosions (Science with Alan Sailer!) - Smarter Every Day 63
Hey, it’s me, Destin. Welcome back to Smarter Every Day! So today, I’m in California, and I have the great privilege of introducing the man, Alan Sailer. Hello, Alan! Sailer is, if you don’t know, one of the best high-speed photographers that currently do…
Type casting | Intro to CS - Python | Khan Academy
Have you ever tried to make your print output a bit more descriptive, like this, only to get a type error? Why does that happen, and how do we fix it? Let’s put our debugging skills to work. We saw that my program last worked when I was just printing the…