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

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 }