PDA

View Full Version : execvp



Garbonauta
May 3rd, 2008, 10:52 PM
So I'm doing a command line interpreter project. I need to use execvp, however every time I try using it I get bash:
execvp: command not found
How do I get the command? *Sigh* don't want to use lab computers...

WW
May 3rd, 2008, 11:12 PM
execvp is a function to be called from a C (or C++) program. I don't think there is an execvp command. Take a look at the manpage


$ man execvp