From f316a2ed52195135a35e32d7096e876357c48c69 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 18 Sep 2014 20:03:23 +0000 Subject: initial commit: rc for execline-2.0.0.0 --- doc/exec.html | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 doc/exec.html (limited to 'doc/exec.html') diff --git a/doc/exec.html b/doc/exec.html new file mode 100644 index 0000000..8655541 --- /dev/null +++ b/doc/exec.html @@ -0,0 +1,50 @@ + + + + + execline: the exec program + + + + + + +

+execline
+Software
+skarnet.org +

+ +

The exec program

+ +

+exec executes the command line it is given. +

+ +

Interface

+ +
+     exec [ -c ] [ -l ] [ -a argv0 ]prog...
+
+ +

+exec execs into prog.... It does nothing else. +
Without options, exec can be seen as the execline NOP. +

+ +

Options

+ + + +

+The exec command, along with its options, is designed to emulate +the standard exec shell builtin, which replaces the shell with the +command it is given. +

+ + + -- cgit v1.3.1