Console Output

Filter:

CONSOLE

Syntax:

CONSOLE

Operands:

none

Functional Description:

Use the CONSOLE stage to write lines to the terminal display or command console.

Secondary Input/Output:

none

Synonyms:

none

Usage Notes:

The following example will read in a data file, reverse each of its records, then display the result to the command console.

< test.data | reverse | console



JAVA Pipelines

Cullen Programming logo