Sep 23
Download a file, much like wget, but with curl:
curl -O http://example.com/file.sty
# equivalent to
wget http://example.com/file.sty
This is especially appropriate on mac, because curl comes with mac, unlike wget.