ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzahz_5.4.0.1/exit.htm

49 lines
1.1 KiB
HTML
Raw Normal View History

2024-04-02 14:02:31 +00:00
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<meta name="generator" content="HTML Tidy, see www.w3.org">
<meta http-equiv="Content-Type" content=
"text/html; charset=utf-8">
<title>exit - Exit from the shell</title>
<LINK rel="stylesheet" type="text/css" href="../rzahg/ic.css">
</HEAD>
<body bgcolor="#FFFFFF">
<!-- Java sync-link -->
<SCRIPT LANGUAGE="Javascript" SRC="../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
<h2>exit - Exit from the shell</h2>
<strong>Synopsis</strong>
<p><strong>exit</strong> [ <em>n</em> ]</p>
<p><strong>Description</strong></p>
<p>You can use <strong>exit</strong> to end the shell and return to
the program that called <strong>qsh</strong>.</p>
<p><strong>Options</strong></p>
<p>None.</p>
<p><strong>Operands</strong></p>
<p>The value of <em>n</em> is an integer that is greater than or
equal to 0 and less than or equal to 255.</p>
<p><strong>Exit Status</strong></p>
<p><em>n</em> if specified. Otherwise, the exit status of the
preceding command.</p>
<p><strong>Related information</strong></p>
<ul>
<li><a href="return.htm">return - Return from a function</a></li>
</ul>
</body>
</html>