Difference between revisions of "Linux curl"
From John Freier
(Created page with "== Download File == To download a file using curl add the -O option. curl -O http://example.com/file.txt") |
(No difference)
|
Revision as of 20:31, 17 March 2016
Download File
To download a file using curl add the -O option.
curl -O http://example.com/file.txt