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

+execline
+Software
+skarnet.org +

+ +

The unexport program

+ +

+unexport removes a variable from the environment, then +executes a program. +

+ +

Interface

+ +
+     unexport var prog...
+
+ +

+unexport removes the var variable from the +environment, then execs into prog with +its arguments. +

+ +

Notes

+ + + + + -- cgit v1.3.1