Answers for "count how many lines of file in projec"

4

find how many lines in a file linux

wc -l <filename>
Posted by: Guest on March-05-2021
1

count lines in files

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

Code answers related to "count how many lines of file in projec"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language