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
How can we use grep command in unix?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
What does the command '$ls | wc –l > file1' do?
What command is used to check the current users?
How does pipe () work?
Which command will print your home directory on screen?
What is the command to find hidden files in the current directory?
Explain command to show the space allocation of files?
What is time_t?
What is “chmod” command?
What is rmdir command?
What is the unix command to confirm a remote host is alive or not?
What command is used to switching between users in unix?
What is unix command?
How do I use grep to search for a file?