Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!cmcl2!nrl-cmf!ames!aurora!labrea!decwrl!sun!plx!dlb!megatest!djones From: djones@megatest.UUCP (Dave Jones) Newsgroups: comp.cog-eng,comp.unix.xenix,comp.unix.wizards Subject: Re: Request for human interface design anecdotes Message-ID: <1621@megatest.UUCP> Date: Thu, 5-Nov-87 20:04:59 EST Article-I.D.: megatest.1621 Posted: Thu Nov 5 20:04:59 1987 Date-Received: Wed, 11-Nov-87 01:16:48 EST References: <1721@spar.SPAR.SLB.COM> Organization: Megatest Corporation, San Jose, Ca Lines: 6 Xref: mnetor comp.cog-eng:276 comp.unix.xenix:1118 comp.unix.wizards:5382 An old version of emacs we used to use created backup files tagged with ".BAK". One day I quickly typed "rm *.BAK", or so I thought. To my horror, I looked at the command line and saw, "% rm *>BAK". The greater-than is a capital period, and I depressed the shift key just a fraction of a second early. The system was industriously deleting all my files and piping the (empty) listing to a new file called BAK.