Answer the question
In order to leave comments, you need to log in
Display the number of non-blank lines in a file?
Display the number of non-blank lines in a file? please how? With wc -l ? First day learning Linux.
Answer the question
In order to leave comments, you need to log in
grep. filename | wc -l
( https://stackoverflow.com/questions/1611809/remove...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question