/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
find /home/craig/Music/ -type d -print0 | xargs -0 rmdir --ignore-fail-on-non-empty --parents