wc -l <File Name>
or
awk 'END {print NR}' <File Name>
or
sed -n '$=' <File Name>
or
grep -c "." <File Name>
or
grep -c "^" <File Name>
or
awk 'END {print NR}' <File Name>
or
sed -n '$=' <File Name>
or
grep -c "." <File Name>
or
grep -c "^" <File Name>
No comments :
Post a Comment