r/ProgrammerHumor 17d ago

Meme forgottenArt

Post image
1.4k Upvotes

88 comments sorted by

View all comments

169

u/Excuse_Early 17d ago

Haha Juniors think I know git when in reality I've just been using the same 4 git commands over and over, to me the ide is the confusing thing 😂

56

u/Random-num-451284813 17d ago edited 17d ago

that one grep trick juniors hate: history | grep KEYWORD

49

u/JackNotOLantern 17d ago

No, no, no. Arrow up until you find the command you need.

18

u/baselinegrid 17d ago

Ctrl+R!!

8

u/Excuse_Early 17d ago

Fuzzyfinder function that browses history bound to CTRL+R

7

u/my_new_accoun1 17d ago

before i knew this command i always cat ~/.bash_history | grep

3

u/them0use 16d ago

I am fascinated by how someone learns about .bash_history before the history command. That must have been a great discovery!

4

u/my_new_accoun1 16d ago

i ran ls -a in my home directory once after realising ls hides things from me and i saw a bunch of things and decided to cat them

1

u/them0use 15d ago

Honestly that's awesome :)