Hacker News new | ask | show | jobs
by JTbane 806 days ago
I would RTFM so I actually learn something instead of using """AI""" regurgitation.
2 comments

I find the manual for bash to be a terrible way to learn things
man pages are great if you already know 100% what you need to do, and just need a refresher.

but if you don't, and the tldr command isn't available, then good freakin luck.

`curl cheat.sh/$command_name` usually works pretty well! (as long as you've got curl, of course)