bash - find flags: -exec rm -rf vs -delete - Unix & Linux Stack Exchange
I thought the flags I mentioned in the question are the same, but I get the following message with the former, but nothing with the latter: $ find . -mindepth 1 -type d -exec rm -rf ......