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 :)

https://linuxopsys.com/topics/linux-commands-cheat-sheet

you are viewing a single comment's thread
view the rest of the comments
[–] 3 points 3 years ago

I added a custom function to my bashrc:

cheat-sheet() {
	curl cheat.sh/"$1"
}

Then you can call cheat-sheet grep for example

  • source
  • parent