in reply to does system() return a pid?

what do the docs say? [doc://system]->system Ctrl+F "return" The return value is the exit status of the program as returned by the wait call. To get the actual exit value, shift right by eight (see below)