home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / shell / 3233 < prev    next >
Encoding:
Text File  |  1992-07-31  |  2.1 KB  |  54 lines

  1. Newsgroups: comp.unix.shell
  2. Path: sparky!uunet!cs.utexas.edu!convex!tchrist
  3. From: Tom Christiansen <tchrist@convex.COM>
  4. Subject: Re: Sort problem . .
  5. Message-ID: <1992Jul31.115559.11391@convex.com>
  6. Originator: tchrist@convex.convex.com
  7. Sender: usenet@convex.com (news access account)
  8. Nntp-Posting-Host: convex.convex.com
  9. Reply-To: tchrist@convex.COM (Tom Christiansen)
  10. Organization: CONVEX Realtime Development, Colorado Springs, CO
  11. References: <33pmg <1992Jul31.000822.13317@convex.com> <0fqm1cp.messina@netcom.com>
  12. Date: Fri, 31 Jul 1992 11:55:59 GMT
  13. X-Disclaimer: This message was written by a user at CONVEX Computer
  14.               Corp. The opinions expressed are those of the user and
  15.               not necessarily those of CONVEX.
  16. Lines: 36
  17.  
  18. From the keyboard of messina@netcom.com (Tony Porczyk):
  19. :Tom Christiansen <tchrist@convex.COM> writes:
  20. :>I am constantly incensed by massively
  21. :>UNIX-ignorant programmers who inflict brain-damaged software on 
  22. :>the rest of us who actually try to use it.
  23. :
  24. :Have you ever though[t]
  25. :of actually treating this as another solution, renaming the changed
  26. :code and using it when it is called for, or would it be too much to
  27. :ask to use something without "wrappers"?   What I mean is:  Are you
  28. :sure there is always only ONE way to do things?
  29.  
  30. I'm a pluralistic kind of guy.  I've tried everything, and from 
  31. experience, come to learn that there are some things that don't 
  32. work as well.  That seems pretty easy to understand, doesn't it?
  33.  
  34. I have a fair number of things in ~/bin that are "fixed-by-hacking"
  35. versions of std utils, and many more such things in ~/scripts that 
  36. are "fixed-by-wrapping" versions of std utils.
  37.  
  38. Hacking on source is almost always a solution that will come back
  39. to haunt you.  Sometimes things are so broken you have to fix
  40. them, but if you just want to munge the output, heroic measures
  41. are overkill.
  42.  
  43. Splitting something up ps to put the header to stderr and the rest of
  44. data to stdout is a myopic solution.
  45.  
  46.  
  47. --tom
  48.  
  49. -- 
  50.     Tom Christiansen      tchrist@convex.com      convex!tchrist
  51.  
  52.     "* Unix is a footnote of AT&T Bell Laboratories."
  53.                              --Barry Shein
  54.