Don’t whine about wget on OS X

OS X: Using curl instead of wget

Or:

loghyr:xdr thomas$ wget http://www.ietf.org/rfc/rfc1094.txt
-bash: wget: command not found
loghyr:xdr thomas$ curl -L http://www.ietf.org/rfc/rfc1094.txt > nfsv2.x
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 49940  100 49940    0     0  97348      0 --:--:-- --:--:-- --:--:--  140k
Share