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 wc in shell script?
What is shell scripting used for?
How to pass an argument to a script?
Explain about gui scripting?
What language is used in terminal?
What is shell and terminal?
How to set an array in linux?
What is batch file programming?
Is shell and terminal the same?
Explain about shebang?
what is tickets $ what low,medium,high priorite pls define time also
What are the zombie processes?
What is scripting used for?
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.
how to get part of string variable with echo command only?