Can't Loop all urls, CURL and output them to corresponding file

前端 未结 0 482
不思量自难忘°
不思量自难忘° 2021-01-18 16:11

I am writing this script in my mac to loop all the urls in temp file and curl each of them and save each of them as different names.

for i in `cat temp`; do e         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题