1
據run bash command in new shell and stay in new shell after this command executes,我怎麼可以運行命令:運行shell命令去
bash --rcfile <(echo "export PS1='> ' && ls")
golang內?我嘗試了很多exec.Command()
的組合,但他們沒有工作。例如:
exec.Command("bash", "--rcfile", `<("echo 'ls'")`)
我也看到了這個os, os/exec: using redirection symbol '<' '>' failed,但我想也許我的情況更復雜一些。