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 is a command line shell?
What are the different variables present in linux shell?
What is bash used for?
How to get script name inside a script?
Is shell a scripting language?
Is shell scripting easy to learn?
Is scripting and coding the same thing?
Is it possible to substitute "ls" command in the place of "echo" command?
What is the first line in every perl script called?
What is sed in shell script?
i have 2 tables 4 colums table 1 respective values a1 6, a2 8,a3 9,a4 14 & table 2 respective values a1 6, a2 8, a3 9, a4 12. if compare 2 tables 3 colums values same then 4th column values 1)Qes diff >5 then (5 * diff value ) 2)Qes diff <5 the 5 3)Qes diff 5 then 5 print respective values..
What is the command to find out today's date?
What are "c" and "b" permission fields of a file?
What can you do with powershell?
What is the equivalent of a file shortcut that we have a window on a linux system?