I'd not use -exec at all for this. find can also remove files itself: find . -size +2M -delete. (this is probably a GNUism though, ...
確定! 回上一頁