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

+execline
+Software
+skarnet.org +

+ +

The emptyenv program

+ +

+emptyenv empties the current environment, or cleans it up; then +executes a program. +

+ +

Interface

+ +
+     emptyenv [ -p ] prog...
+     emptyenv -c prog...
+     emptyenv [ -o ] [ -P ] prog...
+
+ +

+By default, emptyenv unsets all environment variables, then +execs into prog with its arguments. Options control which +environment variables are unset. +

+ +

Options

+ + + + + -- cgit v1.3.1