gpt4 book ai didi

shell - 如何从 Egg​​plant shell 脚本命令中检索输出

转载 作者:行者123 更新时间:2023-11-28 20:08:42 25 4
gpt4 key购买 nike

尝试检索我的 shell 命令的输出,所以我将它分配给一个变量并尝试通过 LogSuccess 命令记录它。

put shell ("cat login.txt") into myOutput
LogSuccess myOutput

不幸的是,我没有在日志中看到任何内容,也不知道该命令实际上已发送到 shell。有人知道我错过了什么吗?

最佳答案

当前eggPlant API 不返回shell() 命令的输出。一个不错的解决方案是将命令的输出重定向到一个文件,并立即读取它。

set destinationFile to "~/tempfile"
shell "cat login.txt > " & tempFile

LogSuccess file destinationFile

上面的代码示例将显示命令的输出。

关于shell - 如何从 Egg​​plant shell 脚本命令中检索输出,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25147441/

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