Tuesday, December 1, 2015

Using curl to download file

curl http://some.url --output some.file

which --output flag denotes the filename (some.file) of the downloaded URL (http://some.url)

No comments: