home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / gnu / misc / discuss / 3565 < prev    next >
Encoding:
Text File  |  1992-11-11  |  837 b   |  30 lines

  1. Newsgroups: gnu.misc.discuss
  2. Path: sparky!uunet!panther!netmgr!sacks
  3. From: sacks@netmgr.mot.com (Dennis Sacks)
  4. Subject: bash 1.12.1 question
  5. Message-ID: <1992Nov11.205052.6857@panther.mot.com>
  6. Sender: usenet@panther.mot.com
  7. Nntp-Posting-Host: netmgr.panther.mot.com
  8. Reply-To: sacks@panther.mot.com
  9. Organization: Motorola Info Enterprises
  10. Date: Wed, 11 Nov 1992 20:50:52 GMT
  11. Lines: 17
  12.  
  13. In bash 1.12.1 (SunOS 4.1.2/sparc) can someone explain this behavior:    
  14.  
  15. ls -a | head -5        works as expected
  16.  
  17. ls -l | head -5     works as expected
  18.  
  19. ls -la | head -5     works, but then gives "Broken Pipe" message after execution
  20.  
  21. Any help would be appreciated. This behavior is unique to bash as far as I can tell.
  22. Neither csh nor sh have this behavior.
  23.  
  24.  
  25.  
  26. ---
  27. Dennis Sacks         -      sacks@panther.mot.com
  28. Info Enterprises     -      A Motorola Company
  29.  
  30.