<?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>linuxのfindコマンドがわかりやすく解説されています へのコメント</title>
	<atom:link href="http://medeta.org/wp/archives/173/feed" rel="self" type="application/rss+xml" />
	<link>http://medeta.org/wp/archives/173</link>
	<description>WordPress ME 2.2 - Capriccioso</description>
	<lastBuildDate>Tue, 02 Jun 2009 14:07:02 +0900</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>gabon より</title>
		<link>http://medeta.org/wp/archives/173/comment-page-1#comment-247</link>
		<dc:creator>gabon</dc:creator>
		<pubDate>Wed, 08 Apr 2009 09:56:59 +0000</pubDate>
		<guid isPermaLink="false">http://medeta.org/wp/?p=173#comment-247</guid>
		<description>ちょとだけカッコよくfind(1)を使う から抜粋

$ find  / -name index.html -print

最初の「/」が path に相当する部分です。 ここでは、「検索を開始するディレクトリは / である」ということを指示しています。 それ以降は全て expression となります。まず、「-name index.html」 は「名前が index.html である」ことを意味します。 最後の「-print」は「検索された結果を表示する」を意味します。</description>
		<content:encoded><![CDATA[<p>ちょとだけカッコよくfind(1)を使う から抜粋</p>
<p>$ find  / -name index.html -print</p>
<p>最初の「/」が path に相当する部分です。 ここでは、「検索を開始するディレクトリは / である」ということを指示しています。 それ以降は全て expression となります。まず、「-name index.html」 は「名前が index.html である」ことを意味します。 最後の「-print」は「検索された結果を表示する」を意味します。</p>
]]></content:encoded>
	</item>
	<item>
		<title>gabon より</title>
		<link>http://medeta.org/wp/archives/173/comment-page-1#comment-44</link>
		<dc:creator>gabon</dc:creator>
		<pubDate>Tue, 20 Jan 2009 09:43:10 +0000</pubDate>
		<guid isPermaLink="false">http://medeta.org/wp/?p=173#comment-44</guid>
		<description>findの結果をrmに渡してあげる場合は、パイプではなく、

rm -rf `find ./ -user hoge`

などと` `で囲むそうです</description>
		<content:encoded><![CDATA[<p>findの結果をrmに渡してあげる場合は、パイプではなく、</p>
<p>rm -rf `find ./ -user hoge`</p>
<p>などと` `で囲むそうです</p>
]]></content:encoded>
	</item>
</channel>
</rss>
