1293
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.
grep | history [search term]
I think you meant
history | grep [search term]
(which was id 1003 for me btw)
Oops, but yes that's what I meant.
I do this all the time for that one long command I use monthly like for cert renewals.
alias hf='history|grep'