Xref: utzoo comp.unix.questions:24813 comp.unix.wizards:23521 Path: utzoo!attcan!utgpu!news-server.csri.toronto.edu!clyde.concordia.ca!uunet!cs.utexas.edu!yale!cmcl2!kramden.acf.nyu.edu!brnstnd From: brnstnd@kramden.acf.nyu.edu (Dan Bernstein) Newsgroups: comp.unix.questions,comp.unix.wizards Subject: Re: get terminal speed from shell script Message-ID: <3120:Aug1914:11:4490@kramden.acf.nyu.edu> Date: 19 Aug 90 14:11:44 GMT References: <1990Aug13.005849.23223@jarvis.csri.toronto.edu> <90Aug13.095129edt.18647@me.utoronto.ca> <1990Aug14.181010.29571@jts.com> Sender: brnstnd@kramden.acf.nyu.edu (Dan Bernstein) Followup-To: comp.unix.questions Organization: IR Lines: 9 And here's yet another thread that pty gives an easy answer to: sun@me.utoronto.ca (Andy Sun Anu-guest) writes: > Is there a way to get the terminal speed from a (sh or csh) script? [ speed=`stty speed` doesn't work with newer stty versions ] speed=`pty stty speed`. 'Nuff said. ---Dan