<?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>Коментари на: Bash tips and tricks</title>
	<atom:link href="http://www.gudasoft.com/english/linux/administration-linux/08/26/110/bash-tips-and-tricks/2008/feed" rel="self" type="application/rss+xml" />
	<link>http://www.gudasoft.com/english/linux/administration-linux/08/26/110/bash-tips-and-tricks/2008</link>
	<description>Impossible is nothing</description>
	<lastBuildDate>Sat, 28 Aug 2010 20:36:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>От: guda</title>
		<link>http://www.gudasoft.com/english/linux/administration-linux/08/26/110/bash-tips-and-tricks/2008#comment-18957</link>
		<dc:creator>guda</dc:creator>
		<pubDate>Mon, 23 Mar 2009 18:44:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.gudasoft.com/?p=110#comment-18957</guid>
		<description>find /tmp -name &#039;ses*&#039;  -mtime +3 -print0 &#124; xargs -0 rm -f</description>
		<content:encoded><![CDATA[<p>find /tmp -name &#8216;ses*&#8217;  -mtime +3 -print0 | xargs -0 rm -f</p>
]]></content:encoded>
	</item>
	<item>
		<title>От: htc samsung omnia review</title>
		<link>http://www.gudasoft.com/english/linux/administration-linux/08/26/110/bash-tips-and-tricks/2008#comment-1445</link>
		<dc:creator>htc samsung omnia review</dc:creator>
		<pubDate>Sun, 23 Nov 2008 21:33:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.gudasoft.com/?p=110#comment-1445</guid>
		<description>delete files older than a week
find ./ -mtime +6 -print0  &#124; xargs -0 rm -f</description>
		<content:encoded><![CDATA[<p>delete files older than a week<br />
find ./ -mtime +6 -print0  | xargs -0 rm -f</p>
]]></content:encoded>
	</item>
</channel>
</rss>

