Y
Hacker News
new
|
ask
|
show
|
jobs
by
maxmalysh
2223 days ago
$ curl cheat.sh/tar $ curl cheat.sh/ssh $ curl cheat.sh/awk
1 comments
hivacruz
2223 days ago
I made a small function to use "cheat" and it helps a lot to find examples of how to use some Linux command when I'm stuck:
function cheat() { curl cht.sh/$1 }
link
function cheat() { curl cht.sh/$1 }