Opened this issue 11 years ago · 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.
wc
For the count line support, I already implement a __len__ method in Stream to support. Implemented in 9717869
__len__
Stream