Você está procurando a opção -d
ou -depth
-depth Always true; same as the -d option.
-d Cause find to perform a depth-first traversal, i.e., directories
are visited in post-order and all entries in a directory will be
acted on before the directory itself. By default, find visits
directories in pre-order, i.e., before their contents. Note, the
default is not a breadth-first traversal.
Tenha cuidado com -depth
, se você adicionar um número, isso mudará o significado.