How to display a file name which has zero bytes in size.
Answer Posted / likhitha
#try this
#this will give you the answer
find /home/itsme -type f size 0
#this will display all 0 size "files" in /home/itsme
directory
#
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is rmdir command?
What do chgrp command do?
Explain ‘library functions’ with respect to unix commands?
How does the system know where one command ends and another begins?
How to use grep command to list find the records of a file containing 10 different strings?
Is grep faster than awk?
Why is shebang used?
What does find command return in unix?
how to sort the content of the file based on numeric values
Give the command for finding the current date.
What is used to type command?
What does the command ' $who | sort –logfile > newfile' do?
Using unix command how to display no of records in oracle?
How do I use grep to search for a file?
What difference between cmp and diff commands?