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/export.html | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 doc/export.html (limited to 'doc/export.html') diff --git a/doc/export.html b/doc/export.html new file mode 100644 index 0000000..35a7f68 --- /dev/null +++ b/doc/export.html @@ -0,0 +1,43 @@ + + + + + execline: the export program + + + + + + +

+execline
+Software
+skarnet.org +

+ +

The export program

+ +

+export sets an environment variable to a given value, then +executes a program. +

+ +

Interface

+ +
+     export var value prog...
+
+ +

+export sets the var environment variable to +the string value, then execs into prog with +its arguments. +

+ + + + + -- cgit v1.3.1