<?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"
	>
<channel>
	<title>Комментарии на запись: Удобная работа в Bash</title>
	<atom:link href="http://storinka.com.ua/2007/12/25/udobnaya-rabota-v-bash/feed/" rel="self" type="application/rss+xml" />
	<link>http://storinka.com.ua/2007/12/25/udobnaya-rabota-v-bash/</link>
	<description>Коротко и длинно об интересном вокруг</description>
	<pubDate>Tue, 07 Oct 2008 08:03:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>От: Петр</title>
		<link>http://storinka.com.ua/2007/12/25/udobnaya-rabota-v-bash/#comment-21</link>
		<dc:creator>Петр</dc:creator>
		<pubDate>Thu, 27 Dec 2007 13:27:48 +0000</pubDate>
		<guid isPermaLink="false">http://storinka.com.ua/2007/12/25/udobnaya-rabota-v-bash/#comment-21</guid>
		<description>Удобно так же использовать восклицательный знак.
history &#124; grep for
  947  for f in `find . -type f`; do echo $f; cat $f &#62;/dev/null; done

!947 Исполнит эту команду.</description>
		<content:encoded><![CDATA[<p>Удобно так же использовать восклицательный знак.<br />
history | grep for<br />
  947  for f in `find . -type f`; do echo $f; cat $f &gt;/dev/null; done</p>
<p>!947 Исполнит эту команду.</p>
]]></content:encoded>
	</item>
	<item>
		<title>От: Админ</title>
		<link>http://storinka.com.ua/2007/12/25/udobnaya-rabota-v-bash/#comment-17</link>
		<dc:creator>Админ</dc:creator>
		<pubDate>Wed, 26 Dec 2007 07:11:56 +0000</pubDate>
		<guid isPermaLink="false">http://storinka.com.ua/2007/12/25/udobnaya-rabota-v-bash/#comment-17</guid>
		<description>Да, действительно. Спасибо за поправку - исправил.</description>
		<content:encoded><![CDATA[<p>Да, действительно. Спасибо за поправку - исправил.</p>
]]></content:encoded>
	</item>
	<item>
		<title>От: Azazelo</title>
		<link>http://storinka.com.ua/2007/12/25/udobnaya-rabota-v-bash/#comment-16</link>
		<dc:creator>Azazelo</dc:creator>
		<pubDate>Wed, 26 Dec 2007 05:29:23 +0000</pubDate>
		<guid isPermaLink="false">http://storinka.com.ua/2007/12/25/udobnaya-rabota-v-bash/#comment-16</guid>
		<description>export HISTCONTROL="ignoredupes" 
s/ignoredupes/ignoredups/</description>
		<content:encoded><![CDATA[<p>export HISTCONTROL=&#8221;ignoredupes&#8221;<br />
s/ignoredupes/ignoredups/</p>
]]></content:encoded>
	</item>
</channel>
</rss>
