$ find . -empty -type d
$ find . -empty -type d -delete
$ find . -empty -type f
$ find . -empty -type f -delete
No comments:
Post a Comment