Wait ! Have you written your parser already? Do that first. ... else { childPid = fork(); if (childPid == 0){ executeCommand(cmd); //calls execvp } else { if ...
確定! 回上一頁