‘壹’ linux 下如何编写c程序,获得命令行结果
void executeShell(const char *shell){
FILE *stream;
char buf[1024];
memset( buf, '