[mythtv-users] 0byte check suggestion

Eric Sharkey eric at lisaneric.org
Mon Dec 21 16:49:44 UTC 2009


On Mon, Dec 21, 2009 at 8:22 AM, Dave Richardson <mythtv at derdev.com> wrote:
> and you would find and delete this way
>
> find . -size 0 -exec rm -f {} \;

That works, but:

find . -size 0 -delete

is a little easier.

Eric


More information about the mythtv-users mailing list