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
Dalton Caldwell - All About Pivoting
How’s everybody doing? I’m Dalton. I’m a partner at Y Combinator. Um, in addition, I’m the head of admissions, um, which is our selection process for the companies that get into YC. I am here to talk about pivoting. Um, yeah, let’s talk all about pivoting…
Latest Grand Seiko Watches Revealed | Watches and Wonders 2024
For accuracy for craftsmanship, Grand Seiko has for a long time beaten pretty well. [Music] Everybody, Grand Seiko has nine new pieces introducing them here at Washington Wonder Geneva 2024. Let’s get down into them because we’re going to see a complete s…
Bringing the Meat to Higher Ground | The Great Human Race
Can’t be too greedy right now. In the midday heat of East Africa, lions often retreat to the shade and return to their kill when the sun starts to set. This lion’s gonna come back. I wish we could take the height and everything else. I can’t get it all…
Mohnish Pabrai's Analysis of Meta Stock... An Easy Double?
I think the current valuation is very compelling. I don’t think one needs to even understand what they would do with Reality Labs and all of that. I think make a simple bet to double your money in two or three years. I think that’s a pretty low-risk bet. …
Basic derivative rules (Part 2) | Derivative rules | AP Calculus AB | Khan Academy
In the last video, we introduced you to the derivative property right over here: that if my function is equal to some constant, then the derivative is going to be zero at any X. We made a graphical argument, and we also used the definition of limits to fe…
Templating a contract with variables | Intro to CS - Python | Khan Academy
Let’s work together on a program that uses variables and user input. Here’s the problem I’m trying to solve: my friend Deshawn has a catering business, and for each catering job that he takes, he needs to write up a contract between him and the client. Ev…