How will you list only the empty lines in a file (using
grep)?
Answer Posted / meeran
awk '/^$/' filename
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What does echo $0 do?
What is a batch file used for?
How to write a function?
What is the fastest scripting language?
Write a command sequence to find the count of each word?
Explain about return code?
How to set an array in linux?
What is sh in shell script?
What is the default shell of solaris?
What does .sh file contain?
What is .sh file in mac?
How do I save a powershell script?
How will you copy a file from one machine to other?
What language is bash written in?
How do I set bash as default shell mac?