Extend above program to accept multiple commands sequentially All Questions › Category: Operating System › Extend above program to accept multiple commands sequentially 0 Vote Up Vote Down Anonymous asked 3 years ago Display some string as shell prompt Take command name (string) as input from user Create a child process Launch new program/command in child using execl’ Parent will wait for completion of child Repeat until given input is “quit”