Skip to content
Mahmoud Ben Hassine edited this page Nov 8, 2015 · 4 revisions

echo

Synopsis

Create a UnixStream with the given input.

Example

UnixStream.echo("hello world")
       .wc()
       .to(stdOut()); //prints 2
Clone this wiki locally