Count number of lines in a Big file in Linux using cmd commands
Big Data Tutorial
Jupyter Notebook Tutorial
Linux Tutorial
Mac Tips and Tutorials
Machine Learning
Python Tutorial
Unix commands Tutorial
se wc command to list all lines.
wc -l <filename>
This will output the number of lines in <filename>
:
$ wc -l text.ttl
351 text.ttl