Path: utzoo!attcan!uunet!pilchuck!dataio!uw-entropy!mica!charlie From: charlie@mica.stat.washington.edu (Charlie Geyer) Newsgroups: comp.unix.wizards Subject: Re: fixing rm * (was: Worm/Passwords) Summary: Creeping featurism considered harmful. Message-ID: <1067@entropy.ms.washington.edu> Date: 17 Nov 88 04:30:12 GMT References: <22401@cornell.UUCP> <4627@rayssd.ray.com> <8563@rpp386.Dallas.TX.US> <125@embossed.UUCP> <672@quintus.UUCP> <1232@atari.UUCP> <1615@basser.oz> Sender: news@entropy.ms.washington.edu Reply-To: charlie@mica.stat.washington.edu (Charlie Geyer) Organization: UW Statistics, Seattle Lines: 11 Creeping featurism considered harmful. Leave it alone. This is all very easy. If you don't like rm(1) put alias foo rm -i in your .cshrc or put a shell script foo in ~/bin rm -i $* and use foo to remove files.