Pages

Find empty directories

Simple find command to find empty directories on a UNIX box :

find /path-to-directory -type d -empty

0 comments: