How to delete zero byte files in your folders Posted on July 20, 2017 at 3:58 pm.Written by segorev It is easy peasy like this: find . -type f -name "*.php" -size 0 -print0 | xargs -0 rm And that’s all! Post navigation New order email is not sending for new clients in woocommerceHow to set limit of input file field with jQuery