execlp functions usage explained in C program using fork ie parent child
Below code listing illustrates usage of execl function series, and talks about how to redirect the output from these functions. Here is trick to redirect the output from execlp command series In other...
0 comments

