gpt4 book ai didi

function - 在 fish shell 函数中如何通过管道将标准输入传递给变量?

转载 作者:行者123 更新时间:2023-12-04 00:19:14 24 4
gpt4 key购买 nike

这是我得到的:

function stdin2var
set a (cat -)
echo $a
end

第一个例子:
$ echo 'some text' | stdin2var
# should output "some text"

第二个例子:
$ echo some text\nsome more text | stdin2var
# should output: "some text
some more text"

有小费吗?

最佳答案

在 fish shell (和其他)中,你想要 read :

echo 'some text' | read varname

关于function - 在 fish shell 函数中如何通过管道将标准输入传递给变量?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61947162/

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