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

53 lines
1.3 KiB
HTML

<!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>eval - Construct command by concatenating arguments</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>eval - Construct command by concatenating arguments</h2>
<strong>Synopsis</strong>
<p><strong>eval</strong> [ <em>argument</em> ... ]</p>
<p><strong>Description</strong></p>
<p>You can use <strong>eval</strong> to construct a command by
concatenating <em>arguments</em> together, each separated by a
&lt;space&gt;. <strong>qsh</strong> then reads and runs the
constructed command.</p>
<p><strong>Options</strong></p>
<p>None.</p>
<p><strong>Operands</strong></p>
<p>Each <em>argument</em> is expanded twice, once to construct the
command and once when the constructed command is run.</p>
<p><strong>Exit Status</strong></p>
<p>Exit status of the constructed command.</p>
<p><strong>Related information</strong></p>
<ul>
<li><a href="command.htm">command - Run a simple command</a></li>
<li><a href="dot.htm">dot (.) - Run commands in current
environment</a></li>
</ul>
</body>
</html>