home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.misc.discuss
- Path: sparky!uunet!panther!netmgr!sacks
- From: sacks@netmgr.mot.com (Dennis Sacks)
- Subject: bash 1.12.1 question
- Message-ID: <1992Nov11.205052.6857@panther.mot.com>
- Sender: usenet@panther.mot.com
- Nntp-Posting-Host: netmgr.panther.mot.com
- Reply-To: sacks@panther.mot.com
- Organization: Motorola Info Enterprises
- Date: Wed, 11 Nov 1992 20:50:52 GMT
- Lines: 17
-
- In bash 1.12.1 (SunOS 4.1.2/sparc) can someone explain this behavior:
-
- ls -a | head -5 works as expected
-
- ls -l | head -5 works as expected
-
- ls -la | head -5 works, but then gives "Broken Pipe" message after execution
-
- Any help would be appreciated. This behavior is unique to bash as far as I can tell.
- Neither csh nor sh have this behavior.
-
-
-
- ---
- Dennis Sacks - sacks@panther.mot.com
- Info Enterprises - A Motorola Company
-
-