Skip to content

string 2 argv conversion. execs = execute a file taking its arguments from a string

License

Notifications You must be signed in to change notification settings

virtualsquare/s2argv-execs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

s2argv-execs

s2argv converts a command string into an argv array for execv, execvp, execvpe. execs is like execv taking a string instead of an argv. Similarly execsp and execspe are the counterpart of execvp and execvpe, respectively, using command strings.

Use cases are included in the man pages.

To install this library:

$ mkdir build
$ cd build
$ cmake ..
$ make
$ sudo make install

Copyright Renzo Davoli 2014-2020, [email protected]

About

string 2 argv conversion. execs = execute a file taking its arguments from a string

Resources

License

Stars

Watchers

Forks

Packages

No packages published