Comment on Show HN: Pythonpy – the swiss army knife of the command lineparentComments−Denvercoder912yThe first two can be done with wc: ls | wc -l ls | grep .py | wc -l
Comments
The first two can be done with wc: