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
What does find command return in unix?
Which command will print your home directory on screen?
What is the use of tee command?
What is difference between grep and find command in unix?
What is unix command?
What command is used to switching between users in unix?
How can we use grep command in unix?
Explain ‘system calls’ with respect to unix commands?
Which command is used to delete all files in the current directory and all its sub-directories?
Write a command to display a file’s contents in various formats?
What does the “echo” command do?
What is the comma to show the space allocation of files?
Explain how to use grep command to list find the records of a file containing 10 different strings?
What's a command word?
What is grep in bash?