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
What language is shell scripting?
Print a given number, in reverse order using a shell script such that the input is provided using command line argument only.
How do I open the shell in cmd?
Write a shell script that adds two numbers if provided as the command line argument and if the two numbers are not entered throws an error message.
What is a shell in operating system?
What is the command to find out users on the system?
How do I run a bin bash script?
What is sed in shell script?
write a shell script to check the failed jobs?
What is batch file programming?
How to set an array in linux?
What are the different commands available to check the disk usage?
What is a scripting language simple definition?
What is the difference between scripting and coding?
Explain about the slow execution speed of shells?