go使用exec.Command执行带管道的命令

gojuukaze · · 277782 次点击
如何只抛出执行命令,不等待返回结果呢?
#1
更多评论
cmd 有个start方法不用等待 https://pkg.go.dev/os/exec#Cmd.Start
#3