xargs(1) -I{} oldfind.1 "{}" -mindepth 1 -delete
build and execute command lines from standard input
-I replace-str
       Replace occurrences of replace-str in the initial-arguments with names read from  standard  input.
       Also,  unquoted  blanks  do  not  terminate  input  items;  instead  the  separator is the newline
       character.  Implies -x and -L 1.
search for files in a directory hierarchy
source manpages: xargsoldfind