Answers for "how to count how many lines in a repository command line linux"

0

how to count how many lines in a repository command line linux

git ls-files | xargs wc -l
Posted by: Guest on December-31-2020

Code answers related to "how to count how many lines in a repository command line linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language