this post was submitted on 03 Aug 2026
373 points (97.9% liked)

Programmer Humor

32608 readers
835 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 3 years ago
MODERATORS
 

ahh

~$ which cat
you are viewing a single comment's thread
view the rest of the comments
[–] eager_eagle@lemmy.world 9 points 1 day ago (1 children)

I still like doing cat file.txt | grep thing because I often re-run it to find something else like cat file.txt | grep thing2 - and if I do that with grep, the pattern sits awkwardly in the middle instead of at the end

[–] tgt@programming.dev 9 points 1 day ago (1 children)

< file.txt grep thing also works.

[–] sqw@lemmy.sdf.org 1 points 17 hours ago

is it more obtuse