57 lines
1.4 KiB
HTML
57 lines
1.4 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>echo - Write arguments to standard output</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>echo - Write arguments to standard output</h2>
|
|
|
|
<strong>Synopsis</strong>
|
|
|
|
<p><strong>echo</strong> [<em>arg ...</em>]</p>
|
|
|
|
<p><strong>Description</strong></p>
|
|
|
|
<p>You can use <strong>echo</strong> to display each <em>arg</em>
|
|
on standard output separated by a space character and followed by a
|
|
newline character.</p>
|
|
|
|
<p><strong>Operands</strong></p>
|
|
|
|
<p>Each <em>arg</em> is echoed on standard output.</p>
|
|
|
|
<p><strong>Exit Status</strong></p>
|
|
|
|
<ul>
|
|
<li>0 when successful</li>
|
|
|
|
<li>>0 when an error occurs</li>
|
|
</ul>
|
|
|
|
<p><strong>Related information</strong></p>
|
|
|
|
<ul>
|
|
<li><a href="dspmsg.htm">dspmsg - Display message from message
|
|
catalog</a></li>
|
|
|
|
<li><a href="print.htm">print - Write output</a></li>
|
|
|
|
<li><a href="printf.htm">printf - Write formatted output</a></li>
|
|
|
|
<li><a href="tee.htm">tee - Duplicate standard input</a></li>
|
|
</ul>
|
|
|
|
<!-- end ibmbody========================================================= -->
|
|
</body>
|
|
</html>
|
|
|