Write a program using the ""execvp"" command to execute commands given from the command line. For example: the ""./a.out who"" would run the ""who"" command. The program should support programs with arguments. Other examples could be:

Respuesta :

Answer:

./a.out cp bigfile.txt another filename.txt

./a.out ls –l/usr

./a.out mdsum bigfile

Explanation:

This program should be able a large number of commands up to 50