How to find and delete empty folders in Linux
19 Jul 2017Using the find command in Linux you can add options to find empty folders and also to delete them if required
Find:
find . -empty -type d 
Delete:
find . -empty -type d -delete
Using the find command in Linux you can add options to find empty folders and also to delete them if required
Find:
find . -empty -type d 
Delete:
find . -empty -type d -delete
 
    
       Data Engineeer, Business Analytics, Web Developer, Library Technology specialising in PHP and Tableau
       
 
       Based in Melbourne, Australia
      
Feel free to contact me [email protected] or justinkellyau