home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / shell / 3242 < prev    next >
Encoding:
Internet Message Format  |  1992-07-31  |  1.1 KB

  1. Path: sparky!uunet!gatech!destroyer!gumby!yale!mintaka.lcs.mit.edu!ai-lab!life.ai.mit.edu!friedman
  2. From: friedman@gnu.ai.mit.edu (Noah Friedman)
  3. Newsgroups: comp.unix.shell
  4. Subject: Re: Sort problem . .
  5. Message-ID: <FRIEDMAN.92Jul31114626@nutrimat.gnu.ai.mit.edu>
  6. Date: 31 Jul 92 15:46:26 GMT
  7. References: <33pmg <1992Jul31.000822.13317@convex.com> <0fqm1cp.messina@netcom.com>
  8.     <1992Jul31.115559.11391@convex.com>
  9. Sender: news@ai.mit.edu
  10. Organization: Free Software Foundation, 675 Mass Ave. Cambridge, MA 02139
  11. Lines: 10
  12. In-reply-to: tchrist@convex.COM's message of 31 Jul 92 11:55:59 GMT
  13.  
  14. In article <1992Jul31.115559.11391@convex.com> tchrist@convex.COM (Tom Christiansen) writes:
  15. >Splitting something up ps to put the header to stderr and the rest of
  16. >data to stdout is a myopic solution.
  17.  
  18.    Agreed.  I consider the header to be "useful" information.  I've used it
  19. plenty of times in shell scripts to decide what field in the rest of the
  20. output was the one I wanted, since it's almost impossible to expect that
  21. different implementations of PS will ever be otherwise compatible. 
  22. It's not just there for humans to read!  Don't mess with it. 
  23.  
  24.