kurahaupo 1674493773 learn If your version of find does not support -quit, you can mimic it using ( exec find … -exec sh -c '… something "$1" … ; kill '$BASHPID _ {} \; ) # note that $BASHPID is outside the single quotes, being the PID of the find process after exec emanuele6 1674495432 forget