I\'m using python (Django Framework) to read a CSV file. I pull just 2 lines out of this CSV as you can see. What I have been trying to do is store in a variable the total n
might want to try something as simple as below in the command line:
sed -n '$=' filename
or
wc -l filename