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
Suppose you execute a command using exec, what will be the status of your current process in the shell?
What is option in shell script?
What are types of shells?
What are the zombie processes?
Is shell and terminal the same?
What is path variable bash?
Differentiate between ‘ and ” quotes.
What is the fastest scripting language?
What does debug script mean?
How do I open the shell in cmd?
What is meant by $1 in shell script?
What is computer cli?
How do I start a shell script?
What is the significance of $#?
Explain about the slow execution speed of shells?