How will you list only the empty lines in a file (using
grep)?
Answer Posted / guest
grep "^$" filename
| Is This Answer Correct ? | 23 Yes | 3 No |
Post New Answer View All Answers
How to use arguments in a script?
Give some situations where typing error can destroy a program?
How will you emulate wc –l using awk?
Is shell a part of kernel?
How do I open the shell prompt?
Write a script to print the first 10 elements of fibonacci series.
Explain about shebang?
How to pass an argument to a script?
shell script for reverse the string
How does shell scripting work?
What is a scripting language simple definition?
What language is used in terminal?
What is subshell?
What is the best scripting language?
How do you create a shortcut in linux?