this post was submitted on 26 Jun 2026
194 points (99.0% liked)

Asklemmy

54780 readers
330 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 7 years ago
MODERATORS
 

I once pirated a book because I didn't want to get it from another room.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] dosse91@lemmy.trippy.pizza 4 points 5 days ago (3 children)

Using a state of the art local LLM and an agent to ask it to find all files with a certain extension, because I always forget how to use the find command on linux and I can't be bothered to read it.

[โ€“] irelephant@lemmy.dbzer0.com 3 points 5 days ago (2 children)
[โ€“] dosse91@lemmy.trippy.pizza 2 points 4 days ago (1 children)

No that would be just in the current folder, I needed to search recursively

[โ€“] Buddahriffic@lemmy.world 1 points 4 days ago

find -name "*.txt"

Iirc. Though it might want a regular expression instead of a wildcard.

[โ€“] schipelblorp@sh.itjust.works 3 points 5 days ago (1 children)

That would work for a single directory.

Most file managers have a global search.

[โ€“] golden_zealot@lemmy.ml 3 points 4 days ago
[โ€“] HiddenLayer555@lemmy.ml 2 points 5 days ago (1 children)

How are you getting a local LLM to read files for you?

Take a look at pi.dev (or similar tools)

[โ€“] Hexarei@beehaw.org 2 points 5 days ago

I did that kind of thing once, had Qwen-3.5-122B as a fancy find-and-replace because I couldn't be arsed to write a find and pipe it to sed