pesos / pesos.github.io

A new design for a new PES Open Source
https://pesos.github.io/
MIT License
2 stars 22 forks source link

Wrong use of terminal tip. #40

Closed Gituser143 closed 4 years ago

Gituser143 commented 4 years ago

image @alastairmoody-madeye !. Doesn't necessarily run ./a.out. It just executes the last command which started with the character placed after !, in this case, .

It is in no way a shortcut to ./a.out

A clearer example would be:

Last command starting with the letter "c": cd ~/Documents
Now when you execute !c, it executes cd ~/Documents, which was the last command which started with the character after !...

Gituser143 commented 4 years ago

Also, why does this keep repeatedly assign me?! @tfidfwastaken HALP

tfidfwastaken commented 4 years ago

Ooh that's subtle. Good catch. Shall assign @alastairmoody-madeye, but anyone else may feel free to correct this.

AkshathaLaxmi commented 4 years ago

Ohhh cool. I'll correct that. Thanks for pointing it out!