1290
Linux Users
(lemmy.ml)
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.
You saying I can just skip cat in that command and it works?
history | grep 'cat'
How did I not know this. Thank you!
it's
grep STRING FILE
to be preciseor
awk '/STRING/′ FILE
if you prefer that for some reason