Wednesday, September 17, 2014

How to recursively delete empty directories of the Bash command line for Linux

How to recursively delete empty directories of the Bash command line for Linux


find . -depth -type d -empty -exec rmdir -v +



How to recursively delete empty directories of the Bash command line for Linux

No comments:

Post a Comment