Hacker News new | ask | show | jobs
by Maskawanian 5913 days ago
I use wget for one shot downloads because it is less to type. I use libcURL when developing.

This is the difference between "wget http://www.google.ca/ and "curl -O http://www.google.ca/

Just a simple small but significant difference.