<?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>RouterNotes.com &#187; find</title>
	<atom:link href="http://routernotes.com/tag/find/feed/" rel="self" type="application/rss+xml" />
	<link>http://routernotes.com</link>
	<description>Networking and Mac OS X lessons learned in a Campus LAN environment</description>
	<lastBuildDate>Mon, 15 Sep 2008 18:01:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Search for files in Unix</title>
		<link>http://routernotes.com/2008/02/07/search-for-files-in-unix/</link>
		<comments>http://routernotes.com/2008/02/07/search-for-files-in-unix/#comments</comments>
		<pubDate>Thu, 07 Feb 2008 16:11:01 +0000</pubDate>
		<dc:creator>siteadmin</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://routernotes.com/2008/02/07/search-for-files-in-unix/</guid>
		<description><![CDATA[I am always having to search for the exact syntax on this command, so I want to document it. This command works on almost any any linux/unix including MacOS X/
find / -name &#8220;MyFavoriteFile&#8221;
Find is the actual command. The / is the start location. In this case, it means root of the drive, so find will [...]


Related posts:<ol><li><a href='http://routernotes.com/2008/04/14/create-a-web-filtering-firewall-with-ipcop-and-urfilter/' rel='bookmark' title='Permanent Link: Create a web filtering firewall with IPcop and URFilter'>Create a web filtering firewall with IPcop and URFilter</a> <small>With the URLfilter addon installed, an IPcop firewall can be...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I am always having to search for the exact syntax on this command, so I want to document it. This command works on almost any any linux/unix including MacOS X/<br />
<strong>find / -name &#8220;MyFavoriteFile&#8221;</strong></p>
<p>Find is the actual command. The <strong>/</strong> is the start location. In this case, it means root of the drive, so find will search the entire volume. If you know the files is in a subdirectory, you can specify that. <strong>-name</strong> specifies to look for a name and then the filename must be in quote. Variables can be used like &#8220;*.txt&#8221;.</p>


<p>Related posts:<ol><li><a href='http://routernotes.com/2008/04/14/create-a-web-filtering-firewall-with-ipcop-and-urfilter/' rel='bookmark' title='Permanent Link: Create a web filtering firewall with IPcop and URFilter'>Create a web filtering firewall with IPcop and URFilter</a> <small>With the URLfilter addon installed, an IPcop firewall can be...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://routernotes.com/2008/02/07/search-for-files-in-unix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
