Answers for "linux count number of output lines"

5

shell count number of lines

$ wc -l < /dir/file.txt
3272485
Posted by: Guest on May-20-2020

Code answers related to "linux count number of output lines"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language