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 is subshell?
How important is shell scripting?
Is shell scripting easy to learn?
Is shell a scripting language?
What is the syntax of "nested if statement" in shell scripting?
What is shell scripting?
What is scripting autism?
What lives in a shell?
What are different types of shell?
What is batch file programming?
What is the use of break command?
Why is used in shell scripting?
What is @echo off?
How to print all array elements and their respective indexes?
How do I set bash as default shell mac?