Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / perl-5.8.0 / doc / MHonArc / resources / stdin.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML//EN">
<html>
<head>
<title>MHonArc Resources: STDIN</title>
</head>
<body>
<!--x-rc-nav-->
<table border=0><tr valign="top">
<td align="left" width="50%">[Prev:&nbsp;<a href="stderr.html">STDERR</a>]</td><td><nobr>[<a href="../resources.html#stdin">Resources</a>][<a href="../mhonarc.html">TOC</a>]</nobr></td><td align="right" width="50%">[Next:&nbsp;<a href="stdout.html">STDOUT</a>]</td></tr></table>
<!--/x-rc-nav-->
<hr>
<h1>STDIN</h1>
<!-- *************************************************************** -->
<hr>
<h2>Syntax</h2>
<dl>
<dt><strong>Envariable</strong></dt>
<dd><p>N/A
</p>
</dd>
<dt><strong>Element</strong></dt>
<dd><p>N/A
</p>
</dd>
<dt><strong>Command-line Option</strong></dt>
<dd><p>
<code>-stdin <var>filename</var></code>
</p>
</dd>
</dl>
<!-- *************************************************************** -->
<hr>
<h2>Description</h2>
<p>STDIN can be used to specify a file to treat as standard input.
</p>
<p>Note, most system shells (Unix) provide the ability to redirect
standard input from a file or other process. STDIN is provided where such
functionality is not available or easy to achieve.
</p>
<!-- *************************************************************** -->
<hr>
<h2>Default Setting</h2>
<p>The default location of standard input, which is usually the
terminal.
</p>
<!-- *************************************************************** -->
<hr>
<h2>Resource Variables</h2>
<p>N/A
</p>
<!-- *************************************************************** -->
<hr>
<h2>Examples</h2>
<p>One way to perform an <a href="add.html">ADD</a> operation for
a single message is something like the following:
</p>
<pre>
shell&gt; <b>mhonarc -add -outdir /path/to/archive -stdin mesg.822</b>
</pre>
<p>However, any decent shell would allow:
</p>
<pre>
shell&gt; <b>mhonarc -add -outdir /path/to/archive &lt; mesg.822</b>
</pre>
<!-- *************************************************************** -->
<hr>
<h2>Version</h2>
<p>2.4.2
</p>
<!-- *************************************************************** -->
<hr>
<h2>See Also</h2>
<p>
<a href="stderr.html">STDERR</a>,
<a href="stdout.html">STDOUT</a>
</p>
<!-- *************************************************************** -->
<hr>
<!--x-rc-nav-->
<table border=0><tr valign="top">
<td align="left" width="50%">[Prev:&nbsp;<a href="stderr.html">STDERR</a>]</td><td><nobr>[<a href="../resources.html#stdin">Resources</a>][<a href="../mhonarc.html">TOC</a>]</nobr></td><td align="right" width="50%">[Next:&nbsp;<a href="stdout.html">STDOUT</a>]</td></tr></table>
<!--/x-rc-nav-->
<hr>
<address>
$Date: 2002/07/27 05:13:11 $ <br>
<img align="top" src="../monicon.png" alt="">
<a href="http://www.mhonarc.org/"
><strong>MHonArc</strong></a><br>
Copyright &#169; 1999, <a href="http://www.earlhood.com/"
>Earl Hood</a>, <a href="mailto:mhonarc@mhonarc.org"
>mhonarc@mhonarc.org</a><br>
</address>
</body>
</html>