this post was submitted on 04 Sep 2025
25 points (96.3% liked)

Linux

57966 readers
649 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

locate is a command I've used in the past, but now, fresh installed with sudo apt get locate it doesn return anything.

locate --version returns locate (GNU findutils) 4.10.0, from 2024

or, have I forgotten something?

you are viewing a single comment's thread
view the rest of the comments
[–] gnuhaut@lemmy.ml 2 points 2 days ago (1 children)

Seems like a good and useful workflow for sure. Don't know if something equivalent exists, maybe it doesn't.

I'd personally use find for this, but it is a command line tool, and while I have memorized some of the more common options (directories-only would be -type d for example), I'd have to look at the manpage for more advances options. It's not hard exactly but it's not easy-to-use GUI software for sure.

[–] interdimensionalmeme@lemmy.ml 2 points 2 days ago (1 children)

I've taken to using chatgpt to make me the more advanced find queries, before on linux I would ONLY use find /path | grep -i somenames So that's already an improvement, if still a bit tedious

The thing about everything is that it's so ergonomic, fast and powerful.

Being able to search anything and sort everywhich way with the click of a button

Check out this sublime search syntax (this not even half of it ! )

And the re-ordering by columns, and there are just SO MANY columns you can add, like search by EXIF camera exposure, no problem !

I really wish there was something as good as "everything" on linux, it's just awesome.

[–] gnuhaut@lemmy.ml 1 points 2 days ago* (last edited 2 days ago) (1 children)

Oh that's pretty cool! I does seem like a shame to not have something like that on Linux.

[–] interdimensionalmeme@lemmy.ml 2 points 2 days ago (1 children)

Maybe it could run on something like wine ? But if there's not something like... whatever it is that thing that makes WizTree faster than WinDirStat, then it would probably work in a very slow compatibility mode

[–] gnuhaut@lemmy.ml 1 points 2 days ago

Maybe? It'll almost certainly be worse (or not work at all maybe) than on Windows.