Archive for March 20th, 2008

Find number of lines in a file

Find the number of lines in a file using this command…


cat -n file
OR
wc -l file