this post was submitted on 03 Aug 2026
319 points (97.6% liked)

Programmer Humor

32608 readers
691 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 7 points 15 hours 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 8 points 15 hours ago (1 children)

< file.txt grep thing also works.

[–] sqw 0 points 51 minutes ago

is it more obtuse