Answers for "linux how to empty folder"

0

how to find empty folders linux

find . -type d -empty
Posted by: Guest on January-31-2021
3

remove empty folders linux

find . -type d -empty -print -delete
Posted by: Guest on December-13-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language