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


Please Help Members By Posting Answers For Below Questions

State the advantages of shell scripting?

594


What is c in shell script?

638


Why should we use shell scripts?

590


What is the first line of a shell script called?

571


How do I run a .sh file?

615






What is the command to find out users on the system?

572


Explain about shebang?

622


Write a command sequence to find all the files modified in less than 2 days and print the record count of each.

935


What is shift command in shell script?

522


Is shell script a programming language?

568


How to find duplicate record in file using shell script?

849


What are the advantages of using shell scripts?

586


What is a file basename?

594


How do you create a shortcut in linux?

591


determine the output of the following command: echo ${new:-variable}

546