Return to Snippet

Revision: 13493
at April 26, 2009 09:54 by craig1709


Initial Code
find /home/craig/Music/ -type d -print0 | xargs -0 rmdir --ignore-fail-on-non-empty --parents

Initial URL


Initial Description


Initial Title
Recursively delete empty directories

Initial Tags


Initial Language
Bash