How to capture Curl output to a file?

前端 未结 7 1073
小蘑菇
小蘑菇 2020-12-12 08:57

I have a text document that contains a bunch of URLs in this format:

URL = \"sitehere.com\"

What I\'m looking to do is to run curl -K

相关标签:
7条回答
  • 2020-12-12 09:15

    use --trace-asci output.txt can output the curl details to the output.txt

    0 讨论(0)
提交回复
热议问题