How to count lines in a document?

后端 未结 24 1482
慢半拍i
慢半拍i 2020-11-27 08:47

I have lines like these, and I want to know how many lines I actually have...

09:16:39 AM  all    2.00    0.00    4.00    0.00    0.00    0.00    0.00    0.0         


        
24条回答
  •  伪装坚强ぢ
    2020-11-27 09:33

    I just made a program to do this ( with node )

    npm install gimme-lines
    gimme-lines verbose --exclude=node_modules,public,vendor --exclude_extensions=html
    

    https://github.com/danschumann/gimme-lines/tree/master

提交回复
热议问题