reset;\ find -name \*.log -print0 | xargs -0 grep "delete from"; \ find -name \*.gz -print0 | xargs -0 zgrep "delete from";