From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.4 required=5.0 tests=AC_FROM_MANY_DOTS,BAYES_00 autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,8189ed626c26fad0 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!border1.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!cyclone1.gnilink.net!spamkiller2.gnilink.net!gnilink.net!trndny06.POSTED!0f19ed38!not-for-mail From: "Frank J. Lhota" Newsgroups: comp.lang.ada References: <2rig76F1b49udU1@uni-berlin.de> Subject: Re: Thought I'd throw this in ;-) for the sake of conversation. X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-RFC2646: Format=Flowed; Response Message-ID: Date: Fri, 24 Sep 2004 20:17:25 GMT NNTP-Posting-Host: 151.203.236.52 X-Complaints-To: abuse@verizon.net X-Trace: trndny06 1096057045 151.203.236.52 (Fri, 24 Sep 2004 16:17:25 EDT) NNTP-Posting-Date: Fri, 24 Sep 2004 16:17:25 EDT Xref: g2news1.google.com comp.lang.ada:4133 Date: 2004-09-24T20:17:25+00:00 List-Id: "Nick Roberts" wrote in message news:2rig76F1b49udU1@uni-berlin.de... >> % ls >> foot.c foot.h foot.o toe.c toe.o >> % rm * .o >> rm: .o: No such file or directory >> % ls >> % > > And in fact, a fellow student at my university did precisely this. I had > the unfortunate task of telling her that all her coursework for the last > two weeks was gone. Luckily she got it back (from systems daily backup), > but lost a day's work all the same. I remember once wanting to copy all *.txt from the working directory to another location. I mistakenly entered the command % cp *.txt leaving off the destination directory. This did not produce an error message. You see, there were only two *.txt files at the time, so this command simply copied over the second one with the contents of the first one! > And people still ask me, in querulous tones, why I hate Unix so much. Well, OTOH it can also be quite powerful. The ideal OS should combine both power and safety. > -- > Nick Roberts