Answers for "how to count line number in linux"

5

shell count number of lines

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

lines count linux

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

Code answers related to "how to count line number in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language