I was trying to use sed to count all the lines based on a particular extension.
find -name '*.m' -exec wc -l {} ; | sed ...
I was trying to do the following, how would I include sed in this particular line to get the totals.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…