-
Notifications
You must be signed in to change notification settings - Fork 15
echo
Mahmoud Ben Hassine edited this page Nov 8, 2015
·
4 revisions
Create a UnixStream with the given input.
UnixStream.echo("hello world")
.wc()
.to(stdOut()); //prints 2
UnixStream is created with passion by Mahmoud Ben Hassine