『壹』 linux 下如何編寫c程序,獲得命令行結果
void executeShell(const char *shell){
FILE *stream;
char buf[1024];
memset( buf, '