I just stumbled across this while trying to learn a bit more about using the command line, and thought others might appreciate it. It comes in a printable format so you can stick it up on your wall :)
I just stumbled across this while trying to learn a bit more about using the command line, and thought others might appreciate it. It comes in a printable format so you can stick it up on your wall :)
I added a custom function to my bashrc:
cheat-sheet() { curl cheat.sh/"$1" }
Then you can call
cheat-sheet grep
for example