Answers for "count number of lines in directory linux"

1

count number of lines in directory linux

find . -name '*.php' | xargs wc -l
Posted by: Guest on September-08-2020

Code answers related to "count number of lines in directory linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language