You can use these command to list all the empty directories in a folder.
# Go to DIR and execute below command
--------------------------------------
find . -empty
--------------------------------------
>> It will list all the empty directories in the terminal
0 Comments