Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!mit-eddie!ll-xn!ames!ucbcad!ucbvax!decvax!decwrl!spar!hunt From: hunt@spar.SPAR.SLB.COM (Neil Hunt) Newsgroups: comp.cog-eng,comp.unix.xenix,comp.unix.wizards Subject: Re: Request for human interface design anecdotes Message-ID: <1721@spar.SPAR.SLB.COM> Date: Wed, 28-Oct-87 00:00:57 EST Article-I.D.: spar.1721 Posted: Wed Oct 28 00:00:57 1987 Date-Received: Sat, 31-Oct-87 08:09:45 EST References: <125@nusdhub.UUCP> <447@gtx.com> <343@eeg.UUCP> <1325@desint.UUCP> <610@omen.UUCP> Reply-To: hunt@spar.UUCP (Neil Hunt) Organization: Schlumberger Palo Alto Research - CASLAB Lines: 12 Xref: mnetor comp.cog-eng:258 comp.unix.xenix:1063 comp.unix.wizards:5168 In article <1325@desint.UUCP> geoff@desint.UUCP (Geoff Kuenning) writes: > just create a file called "-i" in your directory that you want protected! > then "rm *" expands to "rm -i file1 file2 file3 ..." > (unless you have other files beginning with weird characters) What about when you have a file called '-a' in your directory as well ! Seems to me that appropriate use of write protections is a better solution. Failing that, how about an alias % alias rm 'rm -i' Neil/.