gpt4 book ai didi

c - 在 C 中获取 Shell 命令的结果

转载 作者:太空宇宙 更新时间:2023-11-04 07:42:49 25 4
gpt4 key购买 nike

我试图找到一个函数来调用系统命令(shell 命令)并在 C 程序中取回其结果。我只找到像系统这样的函数,但这些函数不返回命令的结果。

我只知道在 perl 中:my $results = ``my shell command` ;

谢谢!

最佳答案

您正在寻找 <a href="http://linux.die.net/man/3/popen" rel="noreferrer noopener nofollow">popen()</a> ,至少在 POSIX(Linux 等)系统上。在 Windows 中,可能需要不同的解决方案。

关于c - 在 C 中获取 Shell 命令的结果,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1846903/

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