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 language is used in terminal?
What can scripts do?
What does echo $0 do?
What is bash command used for?
What are the different types of shell scripting?
write a shell script to generate a alert ? like when ur birthday came then generate a alert ur birthday is today like that ?
What is a shell script? Can you name some of its advantages?
Please give me example of " at command , contrab command " how to use
shell script for reverse the string
What are the 3 standard streams in linux?
what is tickets $ what low,medium,high priorite pls define time also
Print the 10th line without using tail and head command.
Is powershell a language?
What is subshell?
What is awk in shell script?