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 awk in shell script?
What is $1 in shell scripting?
Why should we use shell scripts?
What is the difference between grep and egrep?
Calculate a real number calculation directly from the terminal and not any shell script.
What is a shell environment?
What is the best scripting language?
What language is bash written in?
What are scripts in psychology?
What is k shell?
shell script for reverse the string
What is meant by dos operating system?
Can shell script run on windows?
Explain about echo command?
Is powershell a language?