16 September 2008 8 Comments

A wget replacement for OS X Leopard

If, like me, you are missing wget since you upgraded to Leopard, then should set up an alias for wget to curl -O which does exactly the same thing: echo ‘alias wget=”curl -O”‘ >> ~/.bash_profile

Tags: , ,