You can use any of the forms: find . -size +2M -exec rm {} + find . -size +2M -exec rm {} \;. The semicolon should be escaped!
確定! 回上一頁