sh/csh why the difference
David Barto
barto at celerity.UUCP
Thu Jan 24 11:10:41 AEST 1985
Should be net.HELP!!!!
If I do the command
ci filename &
then the differences are noted as follows:
/bin/sh
there is no isatty(fileno(stdin)) so the program
behaves nicely, it inserts no message into the logfile
/bin/csh
the program will signal the shell and the shell will
say "stopped (tty input)".
This would occur in sh.proc.c on or about line 590.
we are doing a "switch (status)"
and status has come up one of
INTERRUPTED, STOPPED, or (ta-da) SIGNALED.
How do you suppose I get the csh to look (and act
in this case) like the plain sh?
In other words -- what am I missing!!!!
Thanks for the help as they say--
--
David Barto akgua!celerity!barto
{decvax || ucbvax || ihnp4}!sdcsvax!celerity!barto
"If you are using more than 10 sites to get here, you are taking the long way"
More information about the Comp.unix.wizards
mailing list