Find number of lines in a file
Tagged with: command, count, file, lines, Linux, rows
Thursday, March 20th, 2008 11:30 PM
Find the number of lines in a file using this command…
cat -n file
OR
wc -l file
Find the number of lines in a file using this command…
cat -n file
OR
wc -l file