|
STDINSyntax
DescriptionSTDIN can be used to specify a file to treat as standard input. 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. Default SettingThe default location of standard input, which is usually the terminal. Resource VariablesN/A ExamplesOne way to perform an ADD operation for a single message is something like the following: shell> mhonarc -add -outdir /path/to/archive -stdin mesg.822 However, any decent shell would allow: shell> mhonarc -add -outdir /path/to/archive < mesg.822 Version2.4.2 See Also
$Date: 2002/07/27 05:13:11 $ MHonArc Copyright © 1999, Earl Hood, mhonarc@mhonarc.org |