How will you list only the empty lines in a file (using
grep)?
Answer Posted / kiran penujuri
find . -size 0 -print
| Is This Answer Correct ? | 1 Yes | 9 No |
Post New Answer View All Answers
What will happen to my current process when I execute a command using exec?
Which shell is the best?
how will you find the total disk space used by a specific user?
What are the 3 standard streams in linux?
What are different types of shell?
What is the default ubuntu terminal?
What is a scripting language simple definition?
What is bash coding?
What is web script?
Calculate a real number calculation directly from the terminal and not any shell script.
What is the command to find out today's date?
How to get script name inside a script?
What are the types of script?
What is shell scripting used for?
What is difference between bash and shell?