<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tech Notes &#187; Find</title>
	<atom:link href="http://www.ryannitz.org/tech-notes/tag/find/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ryannitz.org/tech-notes</link>
	<description>Miscellaneous technology examples and notes</description>
	<lastBuildDate>Sun, 03 Apr 2011 16:48:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<image>
  <link>http://www.ryannitz.org/tech-notes</link>
  <url>http://ryan-nitz/favicon.ico</url>
  <title>Tech Notes</title>
</image>
		<item>
		<title>Bash Find On A Large Dataset &#8211; Write The Results To A File</title>
		<link>http://www.ryannitz.org/tech-notes/2009/03/14/bash-find-dataset-write-file/</link>
		<comments>http://www.ryannitz.org/tech-notes/2009/03/14/bash-find-dataset-write-file/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 18:20:26 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Examples]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[Find]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://leisuremech.com/?p=148</guid>
		<description><![CDATA[A fast bash based solution for executing a find on a directory with a lot of files that you want to log to a file: find /my/data/  -name '*.xml' -type f -fprint my_xml_files.txt This example looks in the /my/data/ directory for all files with the xml extension and then writes the results to the my_xml_files.txt [...]]]></description>
			<content:encoded><![CDATA[<p>A fast <a href="http://en.wikipedia.org/wiki/Bash" target="_blank">bash</a> based solution for executing a <a href="http://www.gnu.org/software/findutils/" target="_blank">find</a> on a directory with a lot of files that you want to log to a file:</p>
<pre>find /my/data/  -name '*.xml' -type f -fprint my_xml_files.txt</pre>
<p>This example looks in the <em>/my/data/</em> directory for all files with the <em>xml</em> extension and then writes the results to the <em>my_xml_files.txt</em> file.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ryannitz.org/tech-notes/2009/03/14/bash-find-dataset-write-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

