gpt4 book ai didi

emacs - 如何在 elisp 中捕获 shell 命令的标准输出?

转载 作者:行者123 更新时间:2023-12-03 07:37:56 28 4
gpt4 key购买 nike

我想在 Emacs 中运行 shell 命令并将完整输出捕获到变量中。有没有办法做到这一点?例如,我希望能够通过以下方式将 hello-string 设置为 "hello":

(setq hello-string (capture-stdout-of-shell-command "/bin/echo hello"))

函数capture-stdout-of-shell-command是否存在,如果存在,它的真实名称是什么?

最佳答案

shell-command-to-string达到你的目的吗?

例如:

(shell-command-to-string "/bin/echo hello")

关于emacs - 如何在 elisp 中捕获 shell 命令的标准输出?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5014246/

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