While your caution is prudent, rm on a symlink blows away only the symlink,
not what it points to.
Of course, the -type f stuff is good for things like this:
find / -type f -name core -exec do-some-editing-on {} ';'
which would, of course, follow the symlink and mangle the target...
-- Cameron Simpson, DoD#743 cs@zip.com.au http://www.zip.com.au/~cs/The trouble with fighting for human freedom is that one spends most of one's time defending scoundrels. For it is against scoundrels that oppressive laws are first aimed, and oppression must be stopped at the beginning if it is to be stopped at all. - H.L. Mencken
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/