<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to hide your shell commands</title>
	<atom:link href="http://linuxwindowsmaster.com/how-to-hide-your-shell-commands/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxwindowsmaster.com/how-to-hide-your-shell-commands/</link>
	<description></description>
	<lastBuildDate>Tue, 27 Jul 2010 11:53:24 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: stty</title>
		<link>http://linuxwindowsmaster.com/how-to-hide-your-shell-commands/comment-page-1/#comment-627</link>
		<dc:creator>stty</dc:creator>
		<pubDate>Fri, 02 Apr 2010 11:16:41 +0000</pubDate>
		<guid isPermaLink="false">http://linuxwindowsmaster.com/how-to-hide-your-shell-commands/#comment-627</guid>
		<description>[...] DTE-DCE speed; check that you are using the ... bin/stty: standard input: Input/output error ...How to hide your shell commands &#124; Linux Windows System ...Have you thought of hiding what you are doing on your linux bash shell prompt? and not allowing your [...]</description>
		<content:encoded><![CDATA[<p>[...] DTE-DCE speed; check that you are using the &#8230; bin/stty: standard input: Input/output error &#8230;How to hide your shell commands | Linux Windows System &#8230;Have you thought of hiding what you are doing on your linux bash shell prompt? and not allowing your [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JurgyMan</title>
		<link>http://linuxwindowsmaster.com/how-to-hide-your-shell-commands/comment-page-1/#comment-561</link>
		<dc:creator>JurgyMan</dc:creator>
		<pubDate>Wed, 20 May 2009 13:26:55 +0000</pubDate>
		<guid isPermaLink="false">http://linuxwindowsmaster.com/how-to-hide-your-shell-commands/#comment-561</guid>
		<description>How can I make some new posts on this wonderful looking site?
I have some stupid linux tricks to share... :-p</description>
		<content:encoded><![CDATA[<p>How can I make some new posts on this wonderful looking site?<br />
I have some stupid linux tricks to share&#8230; :-p</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Finnbarr P. Murphy</title>
		<link>http://linuxwindowsmaster.com/how-to-hide-your-shell-commands/comment-page-1/#comment-560</link>
		<dc:creator>Finnbarr P. Murphy</dc:creator>
		<pubDate>Wed, 20 May 2009 11:40:06 +0000</pubDate>
		<guid isPermaLink="false">http://linuxwindowsmaster.com/how-to-hide-your-shell-commands/#comment-560</guid>
		<description>The -echo option to the stty utility was very useful in the days of serail line terminals such as the DEC VT220 and Wyse 60. Some terminals echo&#039;ed everything via hardware, some did not.</description>
		<content:encoded><![CDATA[<p>The -echo option to the stty utility was very useful in the days of serail line terminals such as the DEC VT220 and Wyse 60. Some terminals echo&#8217;ed everything via hardware, some did not.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beparas</title>
		<link>http://linuxwindowsmaster.com/how-to-hide-your-shell-commands/comment-page-1/#comment-558</link>
		<dc:creator>beparas</dc:creator>
		<pubDate>Tue, 19 May 2009 03:56:39 +0000</pubDate>
		<guid isPermaLink="false">http://linuxwindowsmaster.com/how-to-hide-your-shell-commands/#comment-558</guid>
		<description>Hi Kristine
It&#039;s really great.
:-)</description>
		<content:encoded><![CDATA[<p>Hi Kristine<br />
It&#8217;s really great.<br />
 <img src='http://linuxwindowsmaster.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://linuxwindowsmaster.com/how-to-hide-your-shell-commands/comment-page-1/#comment-557</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 18 May 2009 19:34:11 +0000</pubDate>
		<guid isPermaLink="false">http://linuxwindowsmaster.com/how-to-hide-your-shell-commands/#comment-557</guid>
		<description>It is also useful in shells which do not have the capability to read a single character:

get_key()
{
  [ -t 0 ] &amp;_KEY=`dd bs=1 count=1 2&gt;/dev/null`
  [ -n &quot;$1&quot; ] &amp;&amp; eval &quot;$1=\&quot;$_KEY\&quot;&quot;
  [ -t 0 ] &amp;&amp; stty $_STTY
  [ -n &quot;$_KEY&quot; ]
}</description>
		<content:encoded><![CDATA[<p>It is also useful in shells which do not have the capability to read a single character:</p>
<p>get_key()<br />
{<br />
  [ -t 0 ] &amp;_KEY=`dd bs=1 count=1 2&gt;/dev/null`<br />
  [ -n "$1" ] &amp;&amp; eval &#8220;$1=\&#8221;$_KEY\&#8221;"<br />
  [ -t 0 ] &amp;&amp; stty $_STTY<br />
  [ -n "$_KEY" ]<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: random</title>
		<link>http://linuxwindowsmaster.com/how-to-hide-your-shell-commands/comment-page-1/#comment-551</link>
		<dc:creator>random</dc:creator>
		<pubDate>Thu, 14 May 2009 14:21:26 +0000</pubDate>
		<guid isPermaLink="false">http://linuxwindowsmaster.com/how-to-hide-your-shell-commands/#comment-551</guid>
		<description>you are just toggling the terminal echo. It is not a pointless command. one example usage is handling of passwords from the terminal...</description>
		<content:encoded><![CDATA[<p>you are just toggling the terminal echo. It is not a pointless command. one example usage is handling of passwords from the terminal&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guy</title>
		<link>http://linuxwindowsmaster.com/how-to-hide-your-shell-commands/comment-page-1/#comment-550</link>
		<dc:creator>Guy</dc:creator>
		<pubDate>Thu, 14 May 2009 11:45:57 +0000</pubDate>
		<guid isPermaLink="false">http://linuxwindowsmaster.com/how-to-hide-your-shell-commands/#comment-550</guid>
		<description>But when you do stty echo again your command history is still going to be visible via up-arrow presumably...</description>
		<content:encoded><![CDATA[<p>But when you do stty echo again your command history is still going to be visible via up-arrow presumably&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paulo Matos</title>
		<link>http://linuxwindowsmaster.com/how-to-hide-your-shell-commands/comment-page-1/#comment-549</link>
		<dc:creator>Paulo Matos</dc:creator>
		<pubDate>Thu, 14 May 2009 09:48:08 +0000</pubDate>
		<guid isPermaLink="false">http://linuxwindowsmaster.com/how-to-hide-your-shell-commands/#comment-549</guid>
		<description>Hi Kristine!

The only use I can think about for this command is when you do an interactive shell script and you want the user to input a password.

Cheers,

Paulo Matos</description>
		<content:encoded><![CDATA[<p>Hi Kristine!</p>
<p>The only use I can think about for this command is when you do an interactive shell script and you want the user to input a password.</p>
<p>Cheers,</p>
<p>Paulo Matos</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kristinecage's status on Wednesday, 13-May-09 23:32:27 UTC - Identi.ca</title>
		<link>http://linuxwindowsmaster.com/how-to-hide-your-shell-commands/comment-page-1/#comment-548</link>
		<dc:creator>kristinecage's status on Wednesday, 13-May-09 23:32:27 UTC - Identi.ca</dc:creator>
		<pubDate>Wed, 13 May 2009 23:32:24 +0000</pubDate>
		<guid isPermaLink="false">http://linuxwindowsmaster.com/how-to-hide-your-shell-commands/#comment-548</guid>
		<description>[...] How to hide your shell commands http://linuxwindowsmaster.com/how-to-hide-your-shell-commands/ [...]</description>
		<content:encoded><![CDATA[<p>[...] How to hide your shell commands <a href="http://linuxwindowsmaster.com/how-to-hide-your-shell-commands/" rel="nofollow">http://linuxwindowsmaster.com/how-to-hide-your-shell-commands/</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
