Skip to content

Latest commit

 

History

44 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

s2argv-execs

This is the source repository for the libexecs library

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, renzo@cs.unibo.it

About

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

Resources

Stars

3 stars

Watchers

5 watching

Forks

Releases

Packages

Contributors

Languages