An alternative to the wget command for Linux. How to use curl to download files.

How the curl command works on Linux. A good alternative to wget. This shows how to use the curl command to download a file from the Internet. I am retrieving a file from a website which I may then view with my local machine. ubuntu ~ $ curl http://s2.enemy.org/globe.gif > out.gif % Total % Received … Read more