如何使用C读取命令处理器的结果?

时间:2013-01-19 01:20:15

标签: c shell terminal command

  

可能重复:
  Capturing stdout from a system() command optimally

我正在尝试调用函数system()并读入它将在命令处理器上产生的输出。

//system acts as a command processor
char string[250];
system("ls");

//put result into string

return 0;

什么是好的方法呢?

0 个答案:

没有答案