Difference between revisions of "Linux curl"

From John Freier
Jump to: navigation, search
(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 21:31, 17 March 2016

Download File

To download a file using curl add the -O option.

 curl -O http://example.com/file.txt