排在外衣后的方案停止(指挥,指挥,指挥)
原文:program stops after execvp( command.argv[0], command.argv)
原文:program stops after execvp( command.argv[0], command.argv)
I am writing a small shell program that takes a command and executes it. If the user enters a not valid command the if statement returns a -1. If the command is correct it executes the command, ...