Make http requests concurrently in shell script and save responses into variables without writing file

前端 未结 0 948
感情败类
感情败类 2020-12-17 01:28

We can do this to save the output into variable

x=$(curl -s http://www.example.com)
y=$(curl -s http://www.example.com)

We can do this to mak

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