If you use even the remotely sane and accepted method of 'find', you still won't
remove the directory; rm will not delete directories unless given the '-r' option.
Anyone doing an rm -rf with 'core' in the list oughta get bitten anyhow.
find / -name 'core' -exec rm {} \;
--Perry
-- Perry Harrington Linux rules all OSes. APSoft () email: perry@apsoft.com Think Blue. /\- 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/