113
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 15 Sep 2025
113 points (100.0% liked)
Linux
9630 readers
140 users here now
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 2 years ago
MODERATORS
not my jam, but I appreciate that. I used to do 'find ./ | grep -i string' forever. I've come to prefer the more robust usage of 'find' these days, -type, -iname, etc.