I've tried following Run cURL commands from Windows console but typing in any curl command returns nothing.

See below - I just get back the command prompt.

c:\curl>curl
curl: try 'curl --help' or 'curl --manual' for more information

c:\curl>curl google.com

c:\curl>

Any clues as to why this may be the case?

link|improve this question
Does curl -L google.com work? – grawity Nov 21 '11 at 13:13
feedback

1 Answer

Check to make sure it didn't already save the file. If not, try curl http://www.google.com.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.