home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / wizards / 4648 < prev    next >
Encoding:
Internet Message Format  |  1992-11-12  |  1.8 KB

  1. Path: sparky!uunet!know!cass.ma02.bull.com!mips2!news.bbn.com!noc.near.net!news.Brown.EDU!qt.cs.utexas.edu!cs.utexas.edu!swrinde!elroy.jpl.nasa.gov!usc!sol.ctr.columbia.edu!ira.uka.de!gmd.de!Germany.EU.net!mcsun!sunic!ugle.unit.no!kari.fm.unit.no!arnej
  2. From: arnej@kari.fm.unit.no (Arne Henrik Juul)
  3. Newsgroups: comp.unix.wizards
  4. Subject: Re: The Problem with UNIX
  5. Message-ID: <ARNEJ.92Nov13023632@kari.fm.unit.no>
  6. Date: 13 Nov 92 07:36:32 GMT
  7. References: <1992Nov9.172715.16367@cs.wisc.edu> <96927@netnews.upenn.edu>
  8.     <1992Nov11.210729.11676@cs.wisc.edu>
  9. Sender: news@ugle.unit.no (NetNews Administrator)
  10. Organization: University of Trondheim
  11. Lines: 28
  12. In-Reply-To: so@brownie.cs.wisc.edu's message of Wed, 11 Nov 1992 21:07:29 GMT
  13.  
  14. In article <1992Nov11.210729.11676@cs.wisc.edu>
  15.  so@brownie.cs.wisc.edu (Bryan S. So) writes:
  16.  
  17.    To me, some problems like "cat a b > b" are obviously undesirable
  18.    designs and still unsolved after more than a decade.  
  19.  
  20. Well, you can make this error in other operating systems too, here's VMS:
  21. $ define SYS$OUTPUT myfile
  22. $ type myfile,anotherfile
  23.  
  24. Of course, VMS keeps every version of every file I have ever made
  25. (assuming I'm a naive user who haven't heard of purge), but then
  26. I probably won't know how to get the old version back, either.
  27.  
  28. Probably ANY decent OS/UI will make it possible to make exactly this
  29. mistake. To put it another way: If you add features to make it
  30. impossible to make this kind of mistake, it won't be a good OS/UI
  31. anymore.
  32.  
  33. It's just that it is much easier to do it in Unix. Remember: Unix
  34. was designed to make it possible to do smart things easily, it was
  35. NOT designed to make it hard to do dumb things.
  36.  
  37. I can imagine it will be impossible to make this mistake in
  38. Windows/NT, but I fully expect that it will be impossible to
  39. concatenate two files in Windows/NT too.
  40.  
  41. -- Arne H. Juul, arnej@lise.unit.no
  42.