airekans/Pypiep

Write wc for pypipe

Opened this issue · 1 comments

There are a lot of jobs involving line counting, which can be easily done with wc.
Pypipe should support wc so that users can use it.

For the count line support, I already implement a __len__ method in Stream to support. Implemented in 9717869