Computer Science, asked by srichowdhary520, 1 month ago

In Linux which command is used to find number of empty lines in a file​

Answers

Answered by Anonymous
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 ruidaskajal2
0

Answer:

hjhhhhhhhhhhhhhhhhhhh

Similar questions