Write to file instead of stdout

$ curl -o file http://url/file
$ curl --output file http://url/file
Comments