gpt4 book ai didi

bash - Golang exec.Command() bash 命令不工作

转载 作者:数据小太阳 更新时间:2023-10-29 03:40:48 26 4
gpt4 key购买 nike

<分区>

我想使用 golang 的 exec.Command() 运行以下 bash 命令

ls > sample.txt

为此我写

_,err:=exec.Command("ls",">","sample.txt").Output()

但这似乎行不通。我知道我可以使用

写入文件
exec.Command().StdoutPipe()

但我想用那种方式来写。知道如何在 golang 中做到这一点吗?

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