gpt4 book ai didi

bash - 如何将 curl 的输出捕获到 bash 中的变量

转载 作者:行者123 更新时间:2023-11-29 08:53:45 24 4
gpt4 key购买 nike

<分区>

所以,假设我有以下命令:

curl -I http://google.com | head -n 1| cut -d $' ' -f2

这会捕获http状态码??现在我想在 bash 脚本中将其分配给变量..

like output = "curl -I http://localhost:8088/tracks?key=9 | head -n 1| cut -d $' ' -f2" 

或者类似的东西..

如何在 bash 中将上述命令的响应分配给名为 output 的变量?谢谢

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com