<?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 for Internet tip &amp; tricks world</title>
	<atom:link href="http://oktay.com/wp/wordpress/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://oktay.com/wp/wordpress</link>
	<description>A huge collection of tips for a better life</description>
	<pubDate>Mon, 06 Sep 2010 09:18:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on bash: zeilen vertauschen by admin</title>
		<link>http://oktay.com/wp/wordpress/?p=8&#038;cpage=1#comment-5</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 06 May 2008 13:07:54 +0000</pubDate>
		<guid isPermaLink="false">http://oktay.com/wp/wordpress/?p=8#comment-5</guid>
		<description>~:/&gt; cat t2
1:12345
2:hallo1
3:67890
4:hallo2
5:54321
6:hallo3
7:09876
8:hallo4
cat t2&#124; while read -r arg1;do read -r arg2;read -r arg3;echo "$arg3 $arg2";echo "$arg1";done
output:
3:67890 2:hallo1
1:12345
6:hallo3 5:54321
4:hallo2
 8:hallo4
7:09876</description>
		<content:encoded><![CDATA[<p>~:/> cat t2<br />
1:12345<br />
2:hallo1<br />
3:67890<br />
4:hallo2<br />
5:54321<br />
6:hallo3<br />
7:09876<br />
8:hallo4<br />
cat t2| while read -r arg1;do read -r arg2;read -r arg3;echo &#8220;$arg3 $arg2&#8243;;echo &#8220;$arg1&#8243;;done<br />
output:<br />
3:67890 2:hallo1<br />
1:12345<br />
6:hallo3 5:54321<br />
4:hallo2<br />
 8:hallo4<br />
7:09876</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on bash: zeilen vertauschen by admin</title>
		<link>http://oktay.com/wp/wordpress/?p=8&#038;cpage=1#comment-4</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 06 May 2008 12:32:12 +0000</pubDate>
		<guid isPermaLink="false">http://oktay.com/wp/wordpress/?p=8#comment-4</guid>
		<description>or:
cat t1&#124; while read -r arg1;do read -r arg2;echo "$arg2";echo "$arg1";done
OUTPUT:
hallo1
12345
hallo2
67890
hallo3
54321
hallo4
09876</description>
		<content:encoded><![CDATA[<p>or:<br />
cat t1| while read -r arg1;do read -r arg2;echo &#8220;$arg2&#8243;;echo &#8220;$arg1&#8243;;done<br />
OUTPUT:<br />
hallo1<br />
12345<br />
hallo2<br />
67890<br />
hallo3<br />
54321<br />
hallo4<br />
09876</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on this is a test entry - testing WP by ea</title>
		<link>http://oktay.com/wp/wordpress/?p=3&#038;cpage=1#comment-3</link>
		<dc:creator>ea</dc:creator>
		<pubDate>Sun, 27 Apr 2008 19:06:40 +0000</pubDate>
		<guid isPermaLink="false">http://oktay.com/wp/wordpress/?p=3#comment-3</guid>
		<description>hammertheme

pls vst http://adsense-top-success.blogspot.com/</description>
		<content:encoded><![CDATA[<p>hammertheme</p>
<p>pls vst <a href="http://adsense-top-success.blogspot.com/" rel="nofollow">http://adsense-top-success.blogspot.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hello world! by admin</title>
		<link>http://oktay.com/wp/wordpress/?p=1&#038;cpage=1#comment-2</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 27 Apr 2008 18:50:05 +0000</pubDate>
		<guid isPermaLink="false">http://oktay.com/wp/wordpress/?p=1#comment-2</guid>
		<description>again a comment</description>
		<content:encoded><![CDATA[<p>again a comment</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hello world! by Mr WordPress</title>
		<link>http://oktay.com/wp/wordpress/?p=1&#038;cpage=1#comment-1</link>
		<dc:creator>Mr WordPress</dc:creator>
		<pubDate>Sun, 27 Apr 2008 18:39:25 +0000</pubDate>
		<guid isPermaLink="false">http://oktay.com/wp/wordpress/?p=1#comment-1</guid>
		<description>Hi, this is a comment.&lt;br /&gt;To delete a comment, just log in and view the post&#039;s comments. There you will have the option to edit or delete them.</description>
		<content:encoded><![CDATA[<p>Hi, this is a comment.<br />To delete a comment, just log in and view the post&#039;s comments. There you will have the option to edit or delete them.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
