gustavnikolaj / jshell

shell interface from nodejs
3 stars 0 forks source link

And #6

Open gustavnikolaj opened 10 years ago

gustavnikolaj commented 10 years ago
$ echo foo && echo bar
foo
bar

Test introduced in: be1cda4f35f7238a35524564b0453f7e547d57b8

sunesimonsen commented 10 years ago

Extended the test to:

$ (echo 'foo' && echo 'bar' && echo 'baz') | grep -E "foo|baz"
foo
baz

749f72fd6cc1b9bf6c708b58941e9534d7c99618