oursh
oursh copied to clipboard
Nested Pipelines
This program should correctly report 10
when it's instead printing nothing.
cat README.md | head -n 10 | wc -l
This is currently waiting for a Job
interface for piping, so we can just call left.run_piped(...)
or something like that.