• echo $?      顯示上個指令的結果

vi hello1.c

#include <stdio.h>

int man ()

{

printf (“hello \n”);

return 0;        

}

 

arrow
arrow
    全站熱搜

    奔騰兔 發表在 痞客邦 留言(0) 人氣()