<?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>Комментарии: Штучки с sed-ом</title>
	<atom:link href="http://avz.org.ua/wp/2010/01/27/sed-trick/feed/" rel="self" type="application/rss+xml" />
	<link>http://avz.org.ua/wp/2010/01/27/sed-trick/</link>
	<description>Заметки о Linux и прочие полезные howto</description>
	<lastBuildDate>Tue, 07 Feb 2012 10:16:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Автор: Vityok</title>
		<link>http://avz.org.ua/wp/2010/01/27/sed-trick/comment-page-1/#comment-687</link>
		<dc:creator>Vityok</dc:creator>
		<pubDate>Wed, 31 Aug 2011 14:46:04 +0000</pubDate>
		<guid isPermaLink="false">http://avz.org.ua/wp/?p=653#comment-687</guid>
		<description>Еще один одна полезный рецепт:

вставка текста SomeText в начало последней строки файла:

sed -i -r &quot;$,$ s/(.*)/SomeText \1/&quot; file.txt</description>
		<content:encoded><![CDATA[<p>Еще один одна полезный рецепт:</p>
<p>вставка текста SomeText в начало последней строки файла:</p>
<p>sed -i -r &#171;$,$ s/(.*)/SomeText \1/&#187; file.txt</p>
]]></content:encoded>
	</item>
</channel>
</rss>

