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

  1. Path: sparky!uunet!think.com!rpi!crdgw1!rdsunx.crd.ge.com!rdsunx!barnett
  2. From: barnett@grymoire.crd.ge.com (Bruce Barnett)
  3. Newsgroups: comp.unix.wizards
  4. Subject: Re: The Problem with UNIX
  5. Message-ID: <BARNETT.92Nov12092045@grymoire.crd.ge.com>
  6. Date: 12 Nov 92 14:20:45 GMT
  7. References: <1992Nov9.172715.16367@cs.wisc.edu> <96927@netnews.upenn.edu>
  8.     <1992Nov11.210729.11676@cs.wisc.edu>
  9. Sender: usenet@crd.ge.com (Required for NNTP)
  10. Reply-To: barnett@crdgw1.ge.com
  11. Organization: GE Corp. R & D, Schenectady, NY
  12. Lines: 15
  13. In-Reply-To: so@brownie.cs.wisc.edu's message of Wed, 11 Nov 1992 21:07:29 GMT
  14. Nntp-Posting-Host: grymoire.crd.ge.com
  15.  
  16. In article <1992Nov11.210729.11676@cs.wisc.edu> so@brownie.cs.wisc.edu (Bryan S. So) writes:
  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. It has been solved. There are at least two solutions:
  21.     1) Educate the user. After all the system did exactly what
  22.         the user told it to do.
  23.     2) in csh/tcsh, do "set noclobber"
  24.  
  25. grymoire% set noclobber
  26. grymoire% touch a b
  27. grymoire% cat a b >b
  28. b: File exists.
  29. --
  30. Bruce Barnett <barnett@crd.ge.com> uunet!crdgw1!barnett
  31.