this post was submitted on 24 May 2024
390 points (98.0% liked)

Programmer Humor

32136 readers
549 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] porous_grey_matter@lemmy.ml 9 points 4 months ago (1 children)

You can just do

grep Error5 log.txt
[โ€“] biribiri11@lemmy.ml 12 points 4 months ago (3 children)

In the back of my mind I know this is there, but the cat | grep pattern is just muscle memory at this point

[โ€“] allywilson@lemmy.ml 3 points 4 months ago

I've been 'told off' so many times by the internet for my cat and grep combos that I still do it, then I remove the cat, it still works, and I feel better. shrug

[โ€“] expr@programming.dev 3 points 4 months ago

Just remember that if you aren't actually concatenating files, cat is always unnecessary.

[โ€“] MehBlah@lemmy.world 2 points 4 months ago

for me as well.