Question

In Linux / Unix Bash or shell, how to count the number of line in a text file?


Annonce
Ad

Answer

wc -l filename.txt


[source]
# ID Query