Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site bnl.UUCP Path: utzoo!linus!philabs!sbcs!bnl!piggott From: piggott@bnl.UUCP (Christopher Piggott) Newsgroups: net.bugs,net.bugs.4bsd,net.unix Subject: Re: stty bug + effects Message-ID: <631@bnl.UUCP> Date: Thu, 23-Aug-84 21:21:57 EDT Article-I.D.: bnl.631 Posted: Thu Aug 23 21:21:57 1984 Date-Received: Fri, 24-Aug-84 06:17:21 EDT Lines: 23 [Hey Bug!!! You got relatives???] Here is the way that I keep myself protected from the "stty 0 > /dev/ttyxx"'s of this world.... First, an automatic "mesg n" in my .profile. If somebody wants to page me for "talk", "write", or whatever, then tough. They'll send it through MAIL first if it's important enough. Second, if I wish to 'talk' with someone, I don't just use regular 'talk' or 'write'. I use this simple shell script, named "xtalk", in my directory. (sleep 20;mesg n;echo -n "*")& mesg y talk $1 And that takes care of things.... Now for a question....Is there any way I can read the response (someone writing to my terminal) from the SHell, without using the wait-loop type delay? Christopher Piggott (Piggott@BNL)