robotics & programming
Wednesday, February 14, 2018
git line number counting
https://stackoverflow.com/questions/4822471/count-number-of-lines-in-a-git-repository
$ git ls-files|xargs wc -l
$ git ls-files|xargs cat|wc -l
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment