How to display a file name which has zero bytes in size.
Answer Posted / rajdeep paul
We can find it in a different way also as shown below.
ls -lrtR |grep " 0 "
Although it is better to use find command here.
| Is This Answer Correct ? | 7 Yes | 8 No |
Post New Answer View All Answers
How can you see the command line history?
What is {} in find command?
What happens when we execute a unix command?
What are some command words?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
How do I open a port?
Name the various commands that are used for the user information in unix.
Who invented grep?
What is merge command in unix?
What do chmod, chown, chgrp commands do?
What do know about tee command?
What is command substitution?
What is the command to find maximum memory taking process on the server?
What does pipe () return?
What is rmdir command?