int sh_system(char *command)
Non Terminal-Stealing system call sh_system opens a process for execution, and returns the exit stat...
Provides a higher level interface to finding information about complete processes.
FILE * sh_popen(char *command)
Non Terminal-Stealing popen sh_popen opens a process for execution, providing its output on a stream...
int sh_pclose(FILE *file)
Conclude a sh_popen stream.