<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: stty: : Not a typewriter in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/stty-not-a-typewriter/m-p/3595153#M103891</link>
    <description>&lt;A href="http://docs.hp.com/en/B2355-90046/ch21s04.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90046/ch21s04.html&lt;/A&gt;&lt;BR /&gt;this will teach you read in korn</description>
    <pubDate>Wed, 03 Aug 2005 00:28:56 GMT</pubDate>
    <dc:creator>generic_1</dc:creator>
    <dc:date>2005-08-03T00:28:56Z</dc:date>
    <item>
      <title>stty: : Not a typewriter</title>
      <link>https://community.hpe.com/t5/operating-system-linux/stty-not-a-typewriter/m-p/3595152#M103890</link>
      <description>Hi,&lt;BR /&gt;When i write a small scrit as follows, i get the error message in subject.&lt;BR /&gt;&lt;BR /&gt;sttyset=`stty -g`&lt;BR /&gt;exec &amp;lt; t&lt;BR /&gt;while read line&lt;BR /&gt;do&lt;BR /&gt;  echo $line&lt;BR /&gt;done&lt;BR /&gt;stty $sttyset&lt;BR /&gt;read aa&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Can somebody pls advice how to read back again from keyboard.&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Aug 2005 23:40:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/stty-not-a-typewriter/m-p/3595152#M103890</guid>
      <dc:creator>pathri</dc:creator>
      <dc:date>2005-08-02T23:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: stty: : Not a typewriter</title>
      <link>https://community.hpe.com/t5/operating-system-linux/stty-not-a-typewriter/m-p/3595153#M103891</link>
      <description>&lt;A href="http://docs.hp.com/en/B2355-90046/ch21s04.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90046/ch21s04.html&lt;/A&gt;&lt;BR /&gt;this will teach you read in korn</description>
      <pubDate>Wed, 03 Aug 2005 00:28:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/stty-not-a-typewriter/m-p/3595153#M103891</guid>
      <dc:creator>generic_1</dc:creator>
      <dc:date>2005-08-03T00:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: stty: : Not a typewriter</title>
      <link>https://community.hpe.com/t5/operating-system-linux/stty-not-a-typewriter/m-p/3595154#M103892</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Have a look at&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.shelldorado.com" target="_blank"&gt;www.shelldorado.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Great for starting out in shells&lt;BR /&gt;&lt;BR /&gt;            Steve Steel</description>
      <pubDate>Wed, 03 Aug 2005 02:20:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/stty-not-a-typewriter/m-p/3595154#M103892</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2005-08-03T02:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: stty: : Not a typewriter</title>
      <link>https://community.hpe.com/t5/operating-system-linux/stty-not-a-typewriter/m-p/3595155#M103893</link>
      <description>Your use of exec is now correct, you are replacing your entire shell.  You only want to feed the contents of t into the while..do..done block, so change your code thus:&lt;BR /&gt;&lt;BR /&gt;sttyset=`stty -g`&lt;BR /&gt;while read line&lt;BR /&gt;do&lt;BR /&gt;echo $line&lt;BR /&gt;done &amp;lt; t&lt;BR /&gt;stty $sttyset&lt;BR /&gt;read aa</description>
      <pubDate>Wed, 03 Aug 2005 03:14:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/stty-not-a-typewriter/m-p/3595155#M103893</guid>
      <dc:creator>Simon Hargrave</dc:creator>
      <dc:date>2005-08-03T03:14:03Z</dc:date>
    </item>
  </channel>
</rss>

