oursh icon indicating copy to clipboard operation
oursh copied to clipboard

Nested Pipelines

Open nixpulvis opened this issue 6 years ago • 1 comments

This program should correctly report 10 when it's instead printing nothing.

cat README.md | head -n 10 | wc -l

nixpulvis avatar Oct 15 '18 04:10 nixpulvis

This is currently waiting for a Job interface for piping, so we can just call left.run_piped(...) or something like that.

nixpulvis avatar Oct 17 '18 20:10 nixpulvis