Damage, 1 year ago (edited 1 year ago) the -delete option in find goes AFTER the expression. find -delete [whatever] will delete EVERYTHING in the current directory and below, like rm -rf *
the -delete option in find goes AFTER the expression.
-delete
find
find -delete [whatever] will delete EVERYTHING in the current directory and below, like rm -rf *
find -delete [whatever]
rm -rf *