you are viewing a single comment's thread
view the rest of the comments
[–] 4 points 2 years ago* (1 child)

the -delete option in find goes AFTER the expression.

find -delete [whatever] will delete EVERYTHING in the current directory and below, like rm -rf *

  • source
  • parent
  • hideshow 1 child comment