[Index]

stdout


Provide an output to stdout stream of the console.

Example Summary

Example 1 Copy from a file to stdout.

Examples

Example 1

Copy from a file to stdout.

<copy>
    <input>
        <file file="${my.file}"/>
    </input>
    <output>
        <stdout/>
    </output>
</copy>


(c) Rob Gordon 2005 - 2017