home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sources.bugs
- Path: sparky!uunet!haven.umd.edu!darwin.sura.net!gatech!cc.gatech.edu!ashone!juan
- From: juan@ashone.gatech.edu (Juan Orlandini)
- Subject: Re: csh/tcsh 6.02 weirdness?
- Message-ID: <1992Sep10.143101.16689@cc.gatech.edu>
- Sender: news@cc.gatech.edu
- Organization: CoC Dart Lab
- References: <RR8PBP6D@cc.swarthmore.edu> <BuAGwC.C55@news.cso.uiuc.edu>
- Date: Thu, 10 Sep 1992 14:31:01 GMT
- Lines: 47
-
- In article <BuAGwC.C55@news.cso.uiuc.edu> tinsel@uiuc.edu writes:
- <hirai@cc.swarthmore.edu (Eiji Hirai) writes:
- <
- <> I get the following weirdness. Is this normal behaviour? I got the same
- <> weirdness in /bin/csh under Ultrix and SunOS.
- <
- <> gingko% echo $version
- <> tcsh 6.02.00 (Cornell) 92/05/15 options 8b,nls,dl,al,dir
- <> gingko% echo | echo
- <> gingko% Reset tty pgrp from 28435 to 26785
- <> gingko% jobs
- <> [1] + 28435 Running echo |
- <> gingko% fg
- <> echo |
- <> gingko% jobs
- <> gingko%
- <
- <Unfortunately, yes. This is an example of one of a few wierd bugs that
- <exist under the c-shell.
- <--
- <Thomas Aaron Insel (tinsel@uiuc.edu)
- < "We must not confuse dissent with disloyalty." -- Edward R. Murrow
-
- Seems to me like the problem lies in the fact that you are using the
- built in echo and not /bin/echo that causes the bug to surface:
-
- (54:ashone:~) echo $version
- tcsh 6.01.00 (Cornell) 12/19/91 options 8b,nls,dl,vi,al,dir
- (55:ashone:~) echo | echo
- (56:ashone:~) Reset tty pgrp from 1645 to 639
- (56:ashone:~) jobs
- [1] Running echo |
- (57:ashone:~) %1
- echo |
- (58:ashone:~)
- (58:ashone:~) jobs
- (59:ashone:~) /bin/echo | /bin/echo
-
- (60:ashone:~) jobs
- (61:ashone:~)
-
-
- Juan
- Juan Orlandini (juan@cc.gatech.edu) | Home of the:
- College of Computing (super user at large) |
- Georgia Institute of Technology | Pre-emptive Maintenance.
- (standard disclaimer - not 'em that said it) | Agnostic Downtime.
-