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

+execline
+Software
+skarnet.org +

+ +

The exit program

+ +

+exit exits with a given exit code. +

+ +

Interface

+ +
+     exit [ n ]
+
+ +

+exit exits with the exit code n, or 0 if n is not +given (in which case it's the same as true). If n is not +a number, exit exits 100. +

+ + +

Notes

+ +

+exit is a standard shell builtin, with the same function. +

+ + + -- cgit v1.2.3