this post was submitted on 03 Aug 2026
431 points (98.4% liked)

Programmer Humor

32678 readers
116 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 11 points 5 days 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 5 days ago (1 children)

< file.txt grep thing also works.

[–] sqw@lemmy.sdf.org 2 points 4 days ago

is it more obtuse