With
find <path to search> -type d -emptyyou’ll find all empty directories.
And with
find <path to search> -type d -empty -deleteyou can remove them all.
With
find <path to search> -type d -emptyyou’ll find all empty directories.
And with
find <path to search> -type d -empty -deleteyou can remove them all.