Linda Walsh wrote:
find, by itself, has no way to remove all of the items under a
tree even if you own them all.

That's not a problem.  Have 'find' call 'rm'.  Something like this, say:

find . ! -name . -prune -exec rm -fr {} +

So there's no need to change 'rm'.



Reply via email to