nixpulvis / oursh

Your comrade through the perilous world of UNIX.
http://nixpulvis.com/oursh/oursh
MIT License
67 stars 6 forks source link

Nested Pipelines #12

Open nixpulvis opened 5 years ago

nixpulvis commented 5 years ago

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

cat README.md | head -n 10 | wc -l
nixpulvis commented 5 years ago

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