How will you list only the empty lines in a file (using
grep)?
Answer Posted / junhua
sed -n '/^$/p' file
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
What is shell application?
What is bash command used for?
How do I run a bin bash script?
Why is shell scripting important?
What is awk in shell script?
What does the sh command do?
What is the difference between grep and egrep?
What does $@ mean in shell?
What is the meaning of $1 in shell script?
What is sh in shell script?
Explain about stdin, stdout and stderr?
What is computer cli?
What is in a script?
What is a shell script in windows?
State the advantages of shell scripting?