home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / gnu / misc / discuss / 3570 < prev    next >
Encoding:
Internet Message Format  |  1992-11-12  |  896 b 

  1. Path: sparky!uunet!stanford.edu!agate!usenet.ins.cwru.edu!odin!chet
  2. From: chet@odin.ins.cwru.edu (Chet Ramey)
  3. Newsgroups: gnu.misc.discuss
  4. Subject: Re: bash 1.12.1 question
  5. Date: 12 Nov 1992 17:00:28 GMT
  6. Organization: Case Western Reserve University, Cleveland OH (USA)
  7. Lines: 12
  8. Message-ID: <1du2jcINNrl9@usenet.INS.CWRU.Edu>
  9. References: <1992Nov11.205052.6857@panther.mot.com>
  10. NNTP-Posting-Host: odin.ins.cwru.edu
  11.  
  12. >In bash 1.12.1 (SunOS 4.1.2/sparc) can someone explain this behavior:    
  13. >ls -la | head -5     works, but then gives "Broken Pipe" message after execution
  14.  
  15. Bash prints a message when a processes is killed by a signal for every
  16. signal except SIGINT.  Other shells special-case SIGPIPE; bash does not.
  17.  
  18. Chet
  19. -- 
  20. ``The use of history as therapy means the corruption of history as history.''
  21.     -- Arthur Schlesinger
  22.  
  23. Chet Ramey, Case Western Reserve University    Internet: chet@po.CWRU.Edu
  24.