Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 7/17/84; site wucs.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxl!ihnp4!wucs!kurt From: kurt@wucs.UUCP (Kurt Haserodt) Newsgroups: net.bugs Subject: Re: Csh and stty Message-ID: <318@wucs.UUCP> Date: Thu, 9-Aug-84 08:26:32 EDT Article-I.D.: wucs.318 Posted: Thu Aug 9 08:26:32 1984 Date-Received: Fri, 10-Aug-84 01:05:06 EDT References: <895@trwrb.UUCP> Organization: Washington U. in St. Louis, CS Dept. Lines: 15 Your problem with 'stty everything | more' giving you confusing results (i.e. the old driver) probably stems from the fact that stty uses the standard output to get its information and do its work, and then prints its results on the standard error. Since stdout is now directed to a pipe, it's unclear what results you should expect. Personally, I think stty should do its work on the standard input, so that anything it prints can be EASILY redirected (through a pipe or otherwise), though I must say that: stty 1200 >/dev/ttyd0 looks more meaningful than stty 1200