Hacker News new | ask | show | jobs
by laumars 4073 days ago
FYI, the command line already comes equipped with tools to lessen your needed for remembering the various different flags:

   # invoke the curl manual:
   man curl
and

   # display a basic help file:
   curl -h