<?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 Timur Asaliev</title>
	<atom:link href="http://asaliev.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://asaliev.com</link>
	<description>Blog of Timur Asaliev</description>
	<lastBuildDate>Wed, 08 Jun 2011 08:42:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Delete recursively lines from files that match a given string by Timur Asaliev</title>
		<link>http://asaliev.com/2009/11/30/delete-recursively-lines-from-files-that-match-a-given-string/comment-page-1/#comment-10423</link>
		<dc:creator>Timur Asaliev</dc:creator>
		<pubDate>Wed, 08 Jun 2011 08:42:30 +0000</pubDate>
		<guid isPermaLink="false">http://asaliev.com/?p=35#comment-10423</guid>
		<description>Leonid, the problem was to process many files at the same time. One of the hosting accounts was compromised by a virus on one (or more?) of the client&#039;s computers that appended  a malicious JavaScript to all PHP/HTML files

Thanks for the tip though!</description>
		<content:encoded><![CDATA[<p>Leonid, the problem was to process many files at the same time. One of the hosting accounts was compromised by a virus on one (or more?) of the client&#8217;s computers that appended  a malicious JavaScript to all PHP/HTML files</p>
<p>Thanks for the tip though!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Delete recursively lines from files that match a given string by Leonid Mamchenkov</title>
		<link>http://asaliev.com/2009/11/30/delete-recursively-lines-from-files-that-match-a-given-string/comment-page-1/#comment-10398</link>
		<dc:creator>Leonid Mamchenkov</dc:creator>
		<pubDate>Tue, 07 Jun 2011 13:47:12 +0000</pubDate>
		<guid isPermaLink="false">http://asaliev.com/?p=35#comment-10398</guid>
		<description>If you are using a real text editor, you can do it with one command without leaving to shell. :)

:g/pattern/d

As per this link:

http://vim.wikia.com/wiki/Delete_all_lines_containing_a_pattern</description>
		<content:encoded><![CDATA[<p>If you are using a real text editor, you can do it with one command without leaving to shell. <img src='http://asaliev.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>:g/pattern/d</p>
<p>As per this link:</p>
<p><a href="http://vim.wikia.com/wiki/Delete_all_lines_containing_a_pattern" rel="nofollow">http://vim.wikia.com/wiki/Delete_all_lines_containing_a_pattern</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Delete recursively lines from files that match a given string by Timur Asaliev</title>
		<link>http://asaliev.com/2009/11/30/delete-recursively-lines-from-files-that-match-a-given-string/comment-page-1/#comment-10393</link>
		<dc:creator>Timur Asaliev</dc:creator>
		<pubDate>Tue, 07 Jun 2011 13:04:04 +0000</pubDate>
		<guid isPermaLink="false">http://asaliev.com/?p=35#comment-10393</guid>
		<description>Thanks, Chris! Your snippet is very sexy :)</description>
		<content:encoded><![CDATA[<p>Thanks, Chris! Your snippet is very sexy <img src='http://asaliev.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Delete recursively lines from files that match a given string by Chris</title>
		<link>http://asaliev.com/2009/11/30/delete-recursively-lines-from-files-that-match-a-given-string/comment-page-1/#comment-10244</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 03 Jun 2011 11:08:25 +0000</pubDate>
		<guid isPermaLink="false">http://asaliev.com/?p=35#comment-10244</guid>
		<description>That seems like an awful lot of code for what sed does out-of-the-box.

&lt;code&gt;
#!/bin/sh

sed /$2/d $1 &gt; $1.xx &amp;&amp; mv $1.xx $1
&lt;/code&gt;

&lt;code&gt;
./rdel.sh file_to_process needle
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>That seems like an awful lot of code for what sed does out-of-the-box.</p>
<p><code><br />
#!/bin/sh</p>
<p>sed /$2/d $1 &gt; $1.xx &amp;&amp; mv $1.xx $1<br />
</code></p>
<p><code><br />
./rdel.sh file_to_process needle<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FreeBSD 7: Having trouble installing mysql without linuxthreads? by Timur Asaliev</title>
		<link>http://asaliev.com/2008/06/04/freebsd-7-having-trouble-installing-mysql-without-linuxthreads/comment-page-1/#comment-7566</link>
		<dc:creator>Timur Asaliev</dc:creator>
		<pubDate>Mon, 04 Apr 2011 12:52:30 +0000</pubDate>
		<guid isPermaLink="false">http://asaliev.com/?p=14#comment-7566</guid>
		<description>Yeah that should do the trick as well. Weird problem, though.</description>
		<content:encoded><![CDATA[<p>Yeah that should do the trick as well. Weird problem, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FreeBSD 7: Having trouble installing mysql without linuxthreads? by kwazar</title>
		<link>http://asaliev.com/2008/06/04/freebsd-7-having-trouble-installing-mysql-without-linuxthreads/comment-page-1/#comment-2532</link>
		<dc:creator>kwazar</dc:creator>
		<pubDate>Sun, 14 Feb 2010 02:16:31 +0000</pubDate>
		<guid isPermaLink="false">http://asaliev.com/?p=14#comment-2532</guid>
		<description>have the same issue here with FreeBSD 7.2, just commented parts of Makefile out</description>
		<content:encoded><![CDATA[<p>have the same issue here with FreeBSD 7.2, just commented parts of Makefile out</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FreeBSD: Upgrading mysql40-server to a higher version port by &#187; Upgrade to PHP 5 and MySQL 5</title>
		<link>http://asaliev.com/2007/11/28/freebsd-upgrading-mysql40-server-to-a-higher-version-port/comment-page-1/#comment-1881</link>
		<dc:creator>&#187; Upgrade to PHP 5 and MySQL 5</dc:creator>
		<pubDate>Tue, 31 Mar 2009 13:10:53 +0000</pubDate>
		<guid isPermaLink="false">http://asaliev.com/2007/11/28/freebsd-upgrading-mysql40-server-to-a-higher-version-port/#comment-1881</guid>
		<description>[...] MySQL 4.0.27 to MySQL 5.0.51a This guide explained it very well, just follow [...]</description>
		<content:encoded><![CDATA[<p>[...] MySQL 4.0.27 to MySQL 5.0.51a This guide explained it very well, just follow [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FreeBSD 7: Having trouble installing mysql without linuxthreads? by Timur Asaliev</title>
		<link>http://asaliev.com/2008/06/04/freebsd-7-having-trouble-installing-mysql-without-linuxthreads/comment-page-1/#comment-1716</link>
		<dc:creator>Timur Asaliev</dc:creator>
		<pubDate>Fri, 13 Mar 2009 08:24:31 +0000</pubDate>
		<guid isPermaLink="false">http://asaliev.com/?p=14#comment-1716</guid>
		<description>Stewart

As I recall now without defining it it would still halt on linuxthreads :-)</description>
		<content:encoded><![CDATA[<p>Stewart</p>
<p>As I recall now without defining it it would still halt on linuxthreads <img src='http://asaliev.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FreeBSD 7: Having trouble installing mysql without linuxthreads? by Stewart MacLund</title>
		<link>http://asaliev.com/2008/06/04/freebsd-7-having-trouble-installing-mysql-without-linuxthreads/comment-page-1/#comment-1646</link>
		<dc:creator>Stewart MacLund</dc:creator>
		<pubDate>Tue, 10 Mar 2009 01:19:31 +0000</pubDate>
		<guid isPermaLink="false">http://asaliev.com/?p=14#comment-1646</guid>
		<description>you *do* realize that if you didn&#039;t want linuxthreads, you simply don&#039;t define it.  when you put &quot;WITH_LINUXTHREADS=no&quot;, you define it.

Just don&#039;t define it, and you would have been fine.</description>
		<content:encoded><![CDATA[<p>you *do* realize that if you didn&#8217;t want linuxthreads, you simply don&#8217;t define it.  when you put &#8220;WITH_LINUXTHREADS=no&#8221;, you define it.</p>
<p>Just don&#8217;t define it, and you would have been fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New PC by Timur Asaliev</title>
		<link>http://asaliev.com/2008/07/03/new-pc/comment-page-1/#comment-893</link>
		<dc:creator>Timur Asaliev</dc:creator>
		<pubDate>Wed, 19 Nov 2008 12:45:02 +0000</pubDate>
		<guid isPermaLink="false">http://asaliev.com/?p=18#comment-893</guid>
		<description>Thanks :-)</description>
		<content:encoded><![CDATA[<p>Thanks <img src='http://asaliev.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

