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
Who wrote grep?
Is command prompt unix?
What is rmdir command?
How do you repeat a command in terminal?
Is ‘du’ a command? If so, what is its use?
What is the use of sed command in unix?
How does pipe () work?
Explain command to view process running?
What is grep in bash?
Give the command for finding the current date.
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What is the use of the command 'ls -x chapter[1-5]' ?
Explain the steps that a shell follows while processing a command.
What is the command to view process running?
What is awk used for?