[Index]

stdin


Provide an output to the console.

Example Summary

Example 1 Copy from stdin to a file.

Examples

Example 1

Copy from stdin to a file.

<copy to="foo.txt">
    <input>
        <stdin/>
    </input>
</copy>


(c) Rob Gordon 2005 - 2017