/ Published in: Bash
Expand |
Embed | Plain Text
find /home/craig/Music/ -type d -print0 | xargs -0 rmdir --ignore-fail-on-non-empty --parents
You need to login to post a comment.
find /home/craig/Music/ -type d -print0 | xargs -0 rmdir --ignore-fail-on-non-empty --parents
You need to login to post a comment.