<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for *nix Shell</title>
	<atom:link href="http://nixshell.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://nixshell.wordpress.com</link>
	<description>UNIX / Linux Shell Hints and Tips&#160;&#160;&#160;&#160;&#160;&#160;(a http://steve-parker.org/sh/sh.shtml subproject)</description>
	<lastBuildDate>Sat, 07 Nov 2009 15:13:13 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Flushing Cache to Disk under Linux by Shylaja</title>
		<link>http://nixshell.wordpress.com/2009/11/04/flushing-cache-to-disk-under-linux/#comment-5285</link>
		<dc:creator>Shylaja</dc:creator>
		<pubDate>Sat, 07 Nov 2009 15:13:13 +0000</pubDate>
		<guid isPermaLink="false">http://nixshell.wordpress.com/?p=121#comment-5285</guid>
		<description>Good blog!!
Keep writing!!!
:-)</description>
		<content:encoded><![CDATA[<p>Good blog!!<br />
Keep writing!!!<br />
 <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Shell Pipes by Example by Forseth</title>
		<link>http://nixshell.wordpress.com/2007/07/22/shell-pipes-by-example/#comment-5279</link>
		<dc:creator>Forseth</dc:creator>
		<pubDate>Mon, 14 Sep 2009 11:57:54 +0000</pubDate>
		<guid isPermaLink="false">http://nixshell.wordpress.com/2007/07/22/shell-pipes-by-example/#comment-5279</guid>
		<description>I usually don?t post in Blogs but your blog forced me to, amazing work.. beautiful ?</description>
		<content:encoded><![CDATA[<p>I usually don?t post in Blogs but your blog forced me to, amazing work.. beautiful ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on get the width of the terminal by unixshell</title>
		<link>http://nixshell.wordpress.com/2009/09/08/get-the-width-of-the-terminal/#comment-5278</link>
		<dc:creator>unixshell</dc:creator>
		<pubDate>Tue, 08 Sep 2009 23:49:34 +0000</pubDate>
		<guid isPermaLink="false">http://nixshell.wordpress.com/?p=112#comment-5278</guid>
		<description>True. Fair comment, and as this blog is explicitly called &quot;*nixshell&quot; for that reason, I hold my hands up entirely.

As you cite: &quot;The stty utility is compliant with ... POSIX ... The ... operands ... speed, raw, ... size ... are extensions to that specification&quot;

That was really what I was trying to communicate - not that it is a Linux feature, but that it&#039;s a non-POSIX feature. I only had Linux and Solaris machines to hand when I posted; thanks for confirming that it works on the *BSD systems too.

Regarding &quot;diff&quot; - I was using GNU diff; sdiff can be useful too, but this post was inspired by a Linux-centric installation I have been working on where I can be sure of bash and GNU diff.

As a related item - I should probably post an entry on this subject - when writing scripts which assume (say) bash, the first line must say &quot;#!/bin/bash&quot;, not &quot;#!/bin/sh&quot;. It may even be necessary to get more specific, even to the level of &quot;#!/usr/local/perl/perl5.8/bin/perl&quot; if you require a certain feature, so that you can be sure that you have documented your requirements</description>
		<content:encoded><![CDATA[<p>True. Fair comment, and as this blog is explicitly called &#8220;*nixshell&#8221; for that reason, I hold my hands up entirely.</p>
<p>As you cite: &#8220;The stty utility is compliant with &#8230; POSIX &#8230; The &#8230; operands &#8230; speed, raw, &#8230; size &#8230; are extensions to that specification&#8221;</p>
<p>That was really what I was trying to communicate &#8211; not that it is a Linux feature, but that it&#8217;s a non-POSIX feature. I only had Linux and Solaris machines to hand when I posted; thanks for confirming that it works on the *BSD systems too.</p>
<p>Regarding &#8220;diff&#8221; &#8211; I was using GNU diff; sdiff can be useful too, but this post was inspired by a Linux-centric installation I have been working on where I can be sure of bash and GNU diff.</p>
<p>As a related item &#8211; I should probably post an entry on this subject &#8211; when writing scripts which assume (say) bash, the first line must say &#8220;#!/bin/bash&#8221;, not &#8220;#!/bin/sh&#8221;. It may even be necessary to get more specific, even to the level of &#8220;#!/usr/local/perl/perl5.8/bin/perl&#8221; if you require a certain feature, so that you can be sure that you have documented your requirements</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on get the width of the terminal by kamper</title>
		<link>http://nixshell.wordpress.com/2009/09/08/get-the-width-of-the-terminal/#comment-5277</link>
		<dc:creator>kamper</dc:creator>
		<pubDate>Tue, 08 Sep 2009 23:30:40 +0000</pubDate>
		<guid isPermaLink="false">http://nixshell.wordpress.com/?p=112#comment-5277</guid>
		<description>Saying &quot;Linux terminal&quot; isn&#039;t exactly fair.  &quot;stty size&quot; works for me on os x and OpenBSD and in particular, the STANDARDS section of the man page of the latter says:

&quot;The stty utility is compliant with the IEEE Std 1003.1-2004 (``POSIX&#039;&#039;) specification.

&quot;The flags [-ef] and the operands speed, crtscts, iuclc, imaxlabel, onlcr, olcuc, oxtabs, onoeot, echoke, altwerase, mdmbuf, flusho, pendin, xcase, tty, crt, kerninfo, columns, cols, rows, dec, extproc, raw, size, the compatibility modes and the control operations are extensions to that specification.&quot;

Your use of &quot;diff&quot;, though, is not very portable ;)</description>
		<content:encoded><![CDATA[<p>Saying &#8220;Linux terminal&#8221; isn&#8217;t exactly fair.  &#8220;stty size&#8221; works for me on os x and OpenBSD and in particular, the STANDARDS section of the man page of the latter says:</p>
<p>&#8220;The stty utility is compliant with the IEEE Std 1003.1-2004 (&#8220;POSIX&#8221;) specification.</p>
<p>&#8220;The flags [-ef] and the operands speed, crtscts, iuclc, imaxlabel, onlcr, olcuc, oxtabs, onoeot, echoke, altwerase, mdmbuf, flusho, pendin, xcase, tty, crt, kerninfo, columns, cols, rows, dec, extproc, raw, size, the compatibility modes and the control operations are extensions to that specification.&#8221;</p>
<p>Your use of &#8220;diff&#8221;, though, is not very portable <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Interactive Bash keystrokes by pitstop87</title>
		<link>http://nixshell.wordpress.com/2007/06/27/interactive-bash-keystrokes/#comment-5271</link>
		<dc:creator>pitstop87</dc:creator>
		<pubDate>Fri, 07 Aug 2009 13:35:41 +0000</pubDate>
		<guid isPermaLink="false">http://nixshell.wordpress.com/2007/06/27/interactive-bash-keystrokes/#comment-5271</guid>
		<description>Bash is a good shell to manipulate a system.Most functions can be performed with ease using the shell.It&#039;s a much faster way of operating a system than being restricted to the performance bottlenecks associated with GUI usage.For a list of commonly used bash commands visit:
http://pitstop87.blogspot.com/2009/01/crash-course-on-linux.html</description>
		<content:encoded><![CDATA[<p>Bash is a good shell to manipulate a system.Most functions can be performed with ease using the shell.It&#8217;s a much faster way of operating a system than being restricted to the performance bottlenecks associated with GUI usage.For a list of commonly used bash commands visit:<br />
<a href="http://pitstop87.blogspot.com/2009/01/crash-course-on-linux.html" rel="nofollow">http://pitstop87.blogspot.com/2009/01/crash-course-on-linux.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple Maths in the Unix Shell by Commandes Unix &#171; Francesco&#8217;s FAQ</title>
		<link>http://nixshell.wordpress.com/2007/01/29/simple-maths-in-the-unix-shell/#comment-5257</link>
		<dc:creator>Commandes Unix &#171; Francesco&#8217;s FAQ</dc:creator>
		<pubDate>Tue, 26 May 2009 13:30:55 +0000</pubDate>
		<guid isPermaLink="false">http://nixshell.wordpress.com/2007/01/29/simple-maths-in-the-unix-shell/#comment-5257</guid>
		<description>[...] -pour faire des math dans une shell : ici [...]</description>
		<content:encoded><![CDATA[<p>[...] -pour faire des math dans une shell : ici [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IFS &#8211; Internal Field Separator by unixshell</title>
		<link>http://nixshell.wordpress.com/2007/09/26/ifs-internal-field-separator/#comment-5256</link>
		<dc:creator>unixshell</dc:creator>
		<pubDate>Sat, 16 May 2009 00:56:32 +0000</pubDate>
		<guid isPermaLink="false">http://nixshell.wordpress.com/2007/09/26/ifs-internal-field-separator/#comment-5256</guid>
		<description>True. And perfectly valid.

I prefer the explicit mangling and unmangling of IFS, though this is also valid for all shells I am aware of.</description>
		<content:encoded><![CDATA[<p>True. And perfectly valid.</p>
<p>I prefer the explicit mangling and unmangling of IFS, though this is also valid for all shells I am aware of.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IFS &#8211; Internal Field Separator by linuxball</title>
		<link>http://nixshell.wordpress.com/2007/09/26/ifs-internal-field-separator/#comment-5255</link>
		<dc:creator>linuxball</dc:creator>
		<pubDate>Fri, 15 May 2009 15:15:07 +0000</pubDate>
		<guid isPermaLink="false">http://nixshell.wordpress.com/2007/09/26/ifs-internal-field-separator/#comment-5255</guid>
		<description>A somewhat simpler version below (does not require to save and restore IFS) does not set IFS globally but locally only for the following &quot;read&quot; command.

Background: 

  VAR1= [VAR2= ...] command

Above line sets and exports the environment variable(s) VAR1, VAR2, ... ONLY for the the environment of &quot;command&quot;. It will not change the setting for the current shell.  

Example:

#!/bin/sh
while IFS=, read qty product customer
do
  # process the information
  echo &quot;$customer wants $qty $product(s)&quot;
done &lt; myfile.txt</description>
		<content:encoded><![CDATA[<p>A somewhat simpler version below (does not require to save and restore IFS) does not set IFS globally but locally only for the following &#8220;read&#8221; command.</p>
<p>Background: </p>
<p>  VAR1= [VAR2= ...] command</p>
<p>Above line sets and exports the environment variable(s) VAR1, VAR2, &#8230; ONLY for the the environment of &#8220;command&#8221;. It will not change the setting for the current shell.  </p>
<p>Example:</p>
<p>#!/bin/sh<br />
while IFS=, read qty product customer<br />
do<br />
  # process the information<br />
  echo &#8220;$customer wants $qty $product(s)&#8221;<br />
done &lt; myfile.txt</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on suid shell scripts &#8211; setting &#8220;the SUID bit&#8221; by agrion</title>
		<link>http://nixshell.wordpress.com/2007/04/21/suid-shell-scripts-setting-the-sticky-bit/#comment-5252</link>
		<dc:creator>agrion</dc:creator>
		<pubDate>Wed, 08 Apr 2009 19:53:43 +0000</pubDate>
		<guid isPermaLink="false">http://nixshell.wordpress.com/2007/04/21/suid-shell-scripts-setting-the-sticky-bit/#comment-5252</guid>
		<description>Good article</description>
		<content:encoded><![CDATA[<p>Good article</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on awk one-liners by unixshell</title>
		<link>http://nixshell.wordpress.com/2009/04/01/awk-one-liners/#comment-5249</link>
		<dc:creator>unixshell</dc:creator>
		<pubDate>Thu, 02 Apr 2009 00:22:55 +0000</pubDate>
		<guid isPermaLink="false">http://nixshell.wordpress.com/?p=98#comment-5249</guid>
		<description>I&#039;ve also removed the leading &quot;$&quot; symbols, for better copy/paste</description>
		<content:encoded><![CDATA[<p>I&#8217;ve also removed the leading &#8220;$&#8221; symbols, for better copy/paste</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on awk one-liners by unixshell</title>
		<link>http://nixshell.wordpress.com/2009/04/01/awk-one-liners/#comment-5248</link>
		<dc:creator>unixshell</dc:creator>
		<pubDate>Thu, 02 Apr 2009 00:13:28 +0000</pubDate>
		<guid isPermaLink="false">http://nixshell.wordpress.com/?p=98#comment-5248</guid>
		<description>You are right; I hadn&#039;t noticed that, thanks. I&#039;ll fix it.</description>
		<content:encoded><![CDATA[<p>You are right; I hadn&#8217;t noticed that, thanks. I&#8217;ll fix it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on awk one-liners by Paul Mohr</title>
		<link>http://nixshell.wordpress.com/2009/04/01/awk-one-liners/#comment-5247</link>
		<dc:creator>Paul Mohr</dc:creator>
		<pubDate>Thu, 02 Apr 2009 00:11:49 +0000</pubDate>
		<guid isPermaLink="false">http://nixshell.wordpress.com/?p=98#comment-5247</guid>
		<description>It is very interesting stuff. I ran into something very odd while trying out your examples. It seems that the CSS for section code uses a font-family Courier New. What is odd is that all my browsers display right slanting single quotes with a different font in the CSS code{} section. (gotta love Firebug) With the font that is selected there, I get some left slanting quotes. The issue, as you surely know, is that left slanters have a &lt;em&gt;very&lt;/em&gt; different meaning in the shell. Nice blog, thank you for the information.</description>
		<content:encoded><![CDATA[<p>It is very interesting stuff. I ran into something very odd while trying out your examples. It seems that the CSS for section code uses a font-family Courier New. What is odd is that all my browsers display right slanting single quotes with a different font in the CSS code{} section. (gotta love Firebug) With the font that is selected there, I get some left slanting quotes. The issue, as you surely know, is that left slanters have a <em>very</em> different meaning in the shell. Nice blog, thank you for the information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Timestamps for Log Files by Christopher Craig &#187; Links for the Week Ending March 09, 2008</title>
		<link>http://nixshell.wordpress.com/2007/03/11/timestamps-for-log-files/#comment-5246</link>
		<dc:creator>Christopher Craig &#187; Links for the Week Ending March 09, 2008</dc:creator>
		<pubDate>Wed, 11 Mar 2009 18:23:02 +0000</pubDate>
		<guid isPermaLink="false">http://nixshell.wordpress.com/2007/03/11/timestamps-for-log-files/#comment-5246</guid>
		<description>[...] Timestamps for Log Files « *nix Shell [...]</description>
		<content:encoded><![CDATA[<p>[...] Timestamps for Log Files « *nix Shell [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Calculating Averages by Engineered Solution &#187; HTTP Compression</title>
		<link>http://nixshell.wordpress.com/2007/03/26/calculating-averages/#comment-5236</link>
		<dc:creator>Engineered Solution &#187; HTTP Compression</dc:creator>
		<pubDate>Fri, 20 Feb 2009 05:36:47 +0000</pubDate>
		<guid isPermaLink="false">http://nixshell.wordpress.com/2007/03/26/calculating-averages/#comment-5236</guid>
		<description>[...] Link: http://www.howtoforge.com/apache2_mod_deflate Link: http://nixshell.wordpress.com/2007/03/26/calculating-averages/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Link: <a href="http://www.howtoforge.com/apache2_mod_deflate" rel="nofollow">http://www.howtoforge.com/apache2_mod_deflate</a> Link: <a href="http://nixshell.wordpress.com/2007/03/26/calculating-averages/" rel="nofollow">http://nixshell.wordpress.com/2007/03/26/calculating-averages/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple Maths in the Unix Shell by unixshell</title>
		<link>http://nixshell.wordpress.com/2007/01/29/simple-maths-in-the-unix-shell/#comment-5234</link>
		<dc:creator>unixshell</dc:creator>
		<pubDate>Mon, 26 Jan 2009 17:04:46 +0000</pubDate>
		<guid isPermaLink="false">http://nixshell.wordpress.com/2007/01/29/simple-maths-in-the-unix-shell/#comment-5234</guid>
		<description>That works with Bash (possibly ksh too, can&#039;t remember off the top of my head) but it doesn&#039;t work with the original Bourne shell, nor with dash (which looks likely to replace bash as the default root shell in many upcoming Linux distro&#039;s).

Using bash-specific stuff is fine, if we are sure of having bash installed; if not, then we need to be more generic in our approach :-(</description>
		<content:encoded><![CDATA[<p>That works with Bash (possibly ksh too, can&#8217;t remember off the top of my head) but it doesn&#8217;t work with the original Bourne shell, nor with dash (which looks likely to replace bash as the default root shell in many upcoming Linux distro&#8217;s).</p>
<p>Using bash-specific stuff is fine, if we are sure of having bash installed; if not, then we need to be more generic in our approach <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple Maths in the Unix Shell by ddouthitt</title>
		<link>http://nixshell.wordpress.com/2007/01/29/simple-maths-in-the-unix-shell/#comment-5233</link>
		<dc:creator>ddouthitt</dc:creator>
		<pubDate>Mon, 26 Jan 2009 16:20:42 +0000</pubDate>
		<guid isPermaLink="false">http://nixshell.wordpress.com/2007/01/29/simple-maths-in-the-unix-shell/#comment-5233</guid>
		<description>I&#039;m surprised no one mentioned the real solution to shell math.  Using the above example:

a=1
b=2
c=3
d=$(( $a + $b $c ))
echo &quot;$d&quot;

unlike expr, dc, and bc, this requires nothing more than the shell, and requires no exec calls (and no binaries to be read in from disk).</description>
		<content:encoded><![CDATA[<p>I&#8217;m surprised no one mentioned the real solution to shell math.  Using the above example:</p>
<p>a=1<br />
b=2<br />
c=3<br />
d=$(( $a + $b $c ))<br />
echo &#8220;$d&#8221;</p>
<p>unlike expr, dc, and bc, this requires nothing more than the shell, and requires no exec calls (and no binaries to be read in from disk).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IFS &#8211; Internal Field Separator by unixshell</title>
		<link>http://nixshell.wordpress.com/2007/09/26/ifs-internal-field-separator/#comment-5232</link>
		<dc:creator>unixshell</dc:creator>
		<pubDate>Fri, 23 Jan 2009 02:11:32 +0000</pubDate>
		<guid isPermaLink="false">http://nixshell.wordpress.com/2007/09/26/ifs-internal-field-separator/#comment-5232</guid>
		<description>Hello Kane,

Using ksh on Solaris, I ran this:

$ set&#124;grep IFS&#124;od -c
0000000   I   F   S   =   &#039;      \t  \n
0000010
$ 

This shows that IFS consists of a space (&quot; &quot;), a tab (&quot;\t&quot;) and a newline (&quot;\n&quot;).

This is the correct setting for IFS.

&quot;od&quot; stands for &quot;octal dump&quot;, and &quot;od -c&quot; displays each character as a byte. The &quot;0000000&quot; and &quot;0000010&quot; are the offsets (in Octal, base 8); the relevant stuff is the &quot;I   F   S   =   &#039;      \t  \n&quot; part.

Hope this helps.

Maybe I should write a post about od some time... it&#039;s a strange and arcane command, but it does sometimes turn out to be very useful.</description>
		<content:encoded><![CDATA[<p>Hello Kane,</p>
<p>Using ksh on Solaris, I ran this:</p>
<p>$ set|grep IFS|od -c<br />
0000000   I   F   S   =   &#8216;      \t  \n<br />
0000010<br />
$ </p>
<p>This shows that IFS consists of a space (&#8221; &#8220;), a tab (&#8220;\t&#8221;) and a newline (&#8220;\n&#8221;).</p>
<p>This is the correct setting for IFS.</p>
<p>&#8220;od&#8221; stands for &#8220;octal dump&#8221;, and &#8220;od -c&#8221; displays each character as a byte. The &#8220;0000000&#8243; and &#8220;0000010&#8243; are the offsets (in Octal, base 8); the relevant stuff is the &#8220;I   F   S   =   &#8216;      \t  \n&#8221; part.</p>
<p>Hope this helps.</p>
<p>Maybe I should write a post about od some time&#8230; it&#8217;s a strange and arcane command, but it does sometimes turn out to be very useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IFS &#8211; Internal Field Separator by kane</title>
		<link>http://nixshell.wordpress.com/2007/09/26/ifs-internal-field-separator/#comment-5231</link>
		<dc:creator>kane</dc:creator>
		<pubDate>Thu, 22 Jan 2009 09:06:55 +0000</pubDate>
		<guid isPermaLink="false">http://nixshell.wordpress.com/2007/09/26/ifs-internal-field-separator/#comment-5231</guid>
		<description>When i do set &#124; grep IFS

$ set &#124; grep IFS
HZ=&#039; &#039;
IFS=&#039; 
&#039;

Can someone tell is this IFS environment in KSH set correct by default?</description>
		<content:encoded><![CDATA[<p>When i do set | grep IFS</p>
<p>$ set | grep IFS<br />
HZ=&#8217; &#8216;<br />
IFS=&#8217;<br />
&#8216;</p>
<p>Can someone tell is this IFS environment in KSH set correct by default?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hello world! by Happy Second Birthday! &#171; *nix Shell</title>
		<link>http://nixshell.wordpress.com/2007/01/17/hello-world/#comment-5230</link>
		<dc:creator>Happy Second Birthday! &#171; *nix Shell</dc:creator>
		<pubDate>Wed, 21 Jan 2009 01:41:15 +0000</pubDate>
		<guid isPermaLink="false">#comment-5230</guid>
		<description>[...] Second&#160;Birthday!  I have missed the second birthday of this blog; starting with Hello World on 17th January 2007, this blog has seen a small growth, but the comments posted show that people [...]</description>
		<content:encoded><![CDATA[<p>[...] Second&nbsp;Birthday!  I have missed the second birthday of this blog; starting with Hello World on 17th January 2007, this blog has seen a small growth, but the comments posted show that people [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IFS &#8211; Internal Field Separator by Pai</title>
		<link>http://nixshell.wordpress.com/2007/09/26/ifs-internal-field-separator/#comment-5229</link>
		<dc:creator>Pai</dc:creator>
		<pubDate>Mon, 19 Jan 2009 07:21:26 +0000</pubDate>
		<guid isPermaLink="false">http://nixshell.wordpress.com/2007/09/26/ifs-internal-field-separator/#comment-5229</guid>
		<description>The article was really informaive thanks to the author.

Jonny thanks for your comment regarding line break seperator, it was of great help. 

Keep up the good work. 

cheers
pai</description>
		<content:encoded><![CDATA[<p>The article was really informaive thanks to the author.</p>
<p>Jonny thanks for your comment regarding line break seperator, it was of great help. </p>
<p>Keep up the good work. </p>
<p>cheers<br />
pai</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ssh port forwarding without starting a new session by Tips for SSH &#171; UNIX Administratosphere</title>
		<link>http://nixshell.wordpress.com/2008/12/10/ssh-port-forwarding-without-starting-a-new-session/#comment-5226</link>
		<dc:creator>Tips for SSH &#171; UNIX Administratosphere</dc:creator>
		<pubDate>Fri, 12 Dec 2008 10:05:12 +0000</pubDate>
		<guid isPermaLink="false">http://nixshell.wordpress.com/?p=79#comment-5226</guid>
		<description>[...] SSH that I never knew before - and I think you&#8217;ll find them interesting as well. Over at nixshell, there was a pointer to an article (by Nico Golde) about creating port forwarding allocations on [...]</description>
		<content:encoded><![CDATA[<p>[...] SSH that I never knew before &#8211; and I think you&#8217;ll find them interesting as well. Over at nixshell, there was a pointer to an article (by Nico Golde) about creating port forwarding allocations on [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Some useful Linux / *nix admin words of experience by Recent Links Tagged With "vnc" - JabberTags</title>
		<link>http://nixshell.wordpress.com/2008/08/21/some-useful-linux-nix-admin-words-of-experience/#comment-5224</link>
		<dc:creator>Recent Links Tagged With "vnc" - JabberTags</dc:creator>
		<pubDate>Sat, 06 Dec 2008 03:49:08 +0000</pubDate>
		<guid isPermaLink="false">http://nixshell.wordpress.com/?p=68#comment-5224</guid>
		<description>[...] public links &gt;&gt; vnc   Some useful Linux / *nix admin words of experience Saved by monicadear on Sat 15-11-2008   Using Jaduu VNC on Windows XP/Vista Saved by zecg on Tue [...]</description>
		<content:encoded><![CDATA[<p>[...] public links &gt;&gt; vnc   Some useful Linux / *nix admin words of experience Saved by monicadear on Sat 15-11-2008   Using Jaduu VNC on Windows XP/Vista Saved by zecg on Tue [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on more (or less) vi by kamper</title>
		<link>http://nixshell.wordpress.com/2008/10/17/more-or-less-vi/#comment-5222</link>
		<dc:creator>kamper</dc:creator>
		<pubDate>Fri, 17 Oct 2008 01:27:48 +0000</pubDate>
		<guid isPermaLink="false">http://nixshell.wordpress.com/?p=75#comment-5222</guid>
		<description>$ uname -sr
OpenBSD 4.3
$ ls -i /usr/bin/{more,less}
433116 /usr/bin/less*    433116 /usr/bin/more*
$ less --version &#124; head -1
less 382
----
$ uname -sr
Darwin 8.11.0
$ ls -i /usr/bin/{more,less}
30174 /usr/bin/less*    30174 /usr/bin/more*
$ less --version &#124; head -1
less 382


Both work as described.  It all comes from more or less the same place, so I would expect no less on any recent operating system.</description>
		<content:encoded><![CDATA[<p>$ uname -sr<br />
OpenBSD 4.3<br />
$ ls -i /usr/bin/{more,less}<br />
433116 /usr/bin/less*    433116 /usr/bin/more*<br />
$ less &#8211;version | head -1<br />
less 382<br />
&#8212;-<br />
$ uname -sr<br />
Darwin 8.11.0<br />
$ ls -i /usr/bin/{more,less}<br />
30174 /usr/bin/less*    30174 /usr/bin/more*<br />
$ less &#8211;version | head -1<br />
less 382</p>
<p>Both work as described.  It all comes from more or less the same place, so I would expect no less on any recent operating system.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bash History by vagabondo</title>
		<link>http://nixshell.wordpress.com/2008/09/01/bash-history/#comment-5212</link>
		<dc:creator>vagabondo</dc:creator>
		<pubDate>Wed, 03 Sep 2008 12:54:03 +0000</pubDate>
		<guid isPermaLink="false">http://nixshell.wordpress.com/?p=71#comment-5212</guid>
		<description>You could also use &quot;alt-.&quot; combination. I use it very often. Several alt-dot combination permits to navigate trough the last inserted parameters.

I like your blog...keep up the good work. 

^______________^</description>
		<content:encoded><![CDATA[<p>You could also use &#8220;alt-.&#8221; combination. I use it very often. Several alt-dot combination permits to navigate trough the last inserted parameters.</p>
<p>I like your blog&#8230;keep up the good work. </p>
<p>^______________^</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 25 useful commands in Linux/UNIX for Beginners by unixshell</title>
		<link>http://nixshell.wordpress.com/2007/08/22/25-useful-commands-in-linuxunix-for-beginners/#comment-5207</link>
		<dc:creator>unixshell</dc:creator>
		<pubDate>Sun, 31 Aug 2008 22:14:56 +0000</pubDate>
		<guid isPermaLink="false">http://nixshell.wordpress.com/2007/08/22/25-useful-commands-in-linuxunix-for-beginners/#comment-5207</guid>
		<description>Thanks; link updated.</description>
		<content:encoded><![CDATA[<p>Thanks; link updated.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
