/usr/lib/s9fes/help/sys_execv is in scheme9 2010.11.13-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 | S9 EXT (sys:execv string list) ==> undefined
Replace the calling process with a process loaded from the
executable file named in STRING. LIST must be a list of strings.
The strings contained in LIST will be passed as arguments to the
new process. SYS:EXECV does not return.
(sys:execv "/bin/ls" '("-l"))
|