Post #3428425
2026-06-27 13:53 UTC
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.
Replies (3)
-
@irelephant@lemmy.dbzer0.com 2026-06-27 16:33
ls *.txt?
-
@Hexarei@beehaw.org 2026-06-27 23:29
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
-
@HiddenLayer555@lemmy.ml 2026-06-27 23:37
How are you getting a local LLM to read files for you?