Y
Hacker News
new
|
ask
|
show
|
jobs
by
rafaqueque
4073 days ago
Good idea. It's quite difficult to remember all those parameters and command structure. Thanks, bookmarked.
1 comments
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
link