diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 13:06:33 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 13:06:33 +0100 |
| commit | eaef2ea44cc6f3d5f637a95ff0f171b0cf7c6acc (patch) | |
| tree | e2e2a9db28fc174a029dbf757944a9236b730ee8 /README | |
| parent | Update e-mail (diff) | |
| download | exec-as-1.2.3.tar.gz exec-as-1.2.3.tar.bz2 exec-as-1.2.3.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rw-r--r-- | README | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -11,18 +11,18 @@ DESCRIPTION NOTES At least one argument is required. Since this is not - a builtin function, it cannot be used as exec(1) without + a built-in function, it cannot be used as exec(1) without arguments to set file descriptors. - Because this is not a builtin function, running this - program would normally do an fork–exec rather than + Because this is not a built-in function, running this + program would normally do a fork–exec rather than just an exec. To just perform an exec, you need to use exec(1) too: exec exec-as EXAMPLES 'exec-as bash -bash' will run the first program in - $PATH named bash, and set argv[0] to -bash (making it - a login shell.) You can add addition argument as needed. + $PATH named bash, and set argv[0] to -bash (making it a + login shell.) You can add additional arguments as needed. SEE ALSO exec(1), exec(3) |
