gpt4 book ai didi

bash - 为什么 Bash 在与 Curl 一起使用时不会等待读取?

转载 作者:行者123 更新时间:2023-11-29 09:18:40 27 4
gpt4 key购买 nike

我写了一个Bash script to congfigure Git .它使用 read 内置函数,但是当我这样做时:

bash < <(curl -s https://raw.github.com/gist/419201/gitconfig.bash)

它不会等我输入。我如何让它等待?

最佳答案

我在不使用 < 的情况下对其进行了测试正如 jcomeau_ictx 所建议的那样,它起作用了。

bash <(curl -s https://raw.github.com/gist/419201/gitconfig.bash | head -n 3)

注意:我使用了head -3读取后停止执行。

关于bash - 为什么 Bash 在与 Curl 一起使用时不会等待读取?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6561072/

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