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

  1. Newsgroups: comp.unix.shell
  2. Path: sparky!uunet!cs.utexas.edu!sdd.hp.com!caen!destroyer!sol.ctr.columbia.edu!eff!ibmpcug!kate.ibmpcug.co.uk!dylan
  3. From: dylan@ibmpcug.co.uk (Matthew Farwell)
  4. Subject: Re: Sort problem . .
  5. Organization: The IBM PC User Group, UK.
  6. Date: Thu, 30 Jul 1992 07:17:44 GMT
  7. Message-ID: <1992Jul30.071744.9926@ibmpcug.co.uk>
  8. References: <1992Jul27.123415.977@leland.Stanford.EDU> <zynm!yh.messina@netcom.com> <1992Jul29.191614.18102@news.eng.convex.com>
  9. Lines: 19
  10.  
  11. In article <1992Jul29.191614.18102@news.eng.convex.com> tchrist@convex.COM (Tom Christiansen) writes:
  12. >From the keyboard of messina@netcom.com (Tony Porczyk):
  13. >:Seems to me like the simplest solution would be to change line 725 in ps.c
  14. >:(maybe somewhere else in your source) from:
  15. >:printf("%s COMMAND\n", hdr);
  16. >:to:
  17. >:fprintf(stderr, "%s COMMAND\n", hdr);
  18. >:
  19. >:and recompile it.
  20. >
  21. >*Never* hack source when a wrapper will do. And some (most?) people 
  22. >don't even have source.
  23.  
  24. Of course, if you don't have source, you can always do it with adb :-)
  25.  
  26. Dylan.
  27. -- 
  28. It is no coincidence that in no known language does the phrase 'As
  29. pretty as an Airport' appear -- Douglas Adams
  30.