In Linux which command is used to find number of empty lines in a file
Answers
Answered by
3
Answer:
$(grep -c ". *" "$1") counts all lines in the file, then we substract the file without the trailing empty lines
Good night
Answered by
0
Answer:
hjhhhhhhhhhhhhhhhhhhh
Similar questions