Answer the question
In order to leave comments, you need to log in
Why does find say file/directory not found when it finds it?
Tell me why when you run the command:
find /var/www/ -type d -name modified -exec rm -rf {} \;
2>/dev/null
but still wonder why? Is he missing something?
Answer the question
In order to leave comments, you need to log in
Is he missing something?
find /var/www/ -type d -name modified -exec rm -rf {} \; -prune
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question