Some AI coder: "I" wrote this new thing that searches for hidden strings in files.

Most youngins: Oh wow, that is so useful, I wish I had this years ago!

Us greybeards: Congratulations, you reinvented grep.

This is absolutely a subtoot.

Cue someone pointing out the code I am talking about may be running multithreaded and be faster than grep.....

Congratulations, you reinvented grep with xargs.

@nuintari It's easy to forget that the average person probably only knows about grep -r for recursion and grep -e for regexps. And grep -f secrets.txt to load the secret patterns to match from a file, of course. Of course.
@m @nuintari I don't use those, but I remember the flags for inversion and case-insensitivity, or at least I remember that the flags exist and I can look them up in the man page if I need them.