<?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>Comments on: Finding Files from the Command Line</title>
	<atom:link href="http://osxdaily.com/2012/10/29/finding-files-from-the-command-line/feed/" rel="self" type="application/rss+xml" />
	<link>http://osxdaily.com/2012/10/29/finding-files-from-the-command-line/</link>
	<description>News, tips, software, reviews, and more for Mac OS X, iPhone, iPad</description>
	<lastBuildDate>Fri, 24 May 2013 05:38:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Cara</title>
		<link>http://osxdaily.com/2012/10/29/finding-files-from-the-command-line/#comment-444930</link>
		<dc:creator>Cara</dc:creator>
		<pubDate>Tue, 30 Oct 2012 18:59:44 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=34137#comment-444930</guid>
		<description>&gt; For example, you can locate anything within the user home directory containing “screen” in it’s name with the following:

&gt; find ~ -iname &quot;screen*&quot;

(1) Grammar police alert: &quot;in it&#039;s name&quot; ---&gt; &quot;in its name&quot;

(2) In that example, it will only find files *starting with* &quot;screen&quot;, not files *containing* &quot;screen&quot;</description>
		<content:encoded><![CDATA[<p>&gt; For example, you can locate anything within the user home directory containing “screen” in it’s name with the following:</p>
<p>&gt; find ~ -iname &#8220;screen*&#8221;</p>
<p>(1) Grammar police alert: &#8220;in it&#8217;s name&#8221; &#8212;&gt; &#8220;in its name&#8221;</p>
<p>(2) In that example, it will only find files *starting with* &#8220;screen&#8221;, not files *containing* &#8220;screen&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Perry</title>
		<link>http://osxdaily.com/2012/10/29/finding-files-from-the-command-line/#comment-444849</link>
		<dc:creator>Perry</dc:creator>
		<pubDate>Tue, 30 Oct 2012 12:59:12 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=34137#comment-444849</guid>
		<description>I often plug grep into a find when I&#039;m looking for a file that has something specific inside. For example, 

find / -name &#039;*.*&#039; -exec grep -il &quot;foobar&quot; {} \;

will list all files that have the string &#039;foobar&#039; inside (case insensitively). The -exec flag lets you run arbitrary commands on the output of find.

Perry
KidPub.com</description>
		<content:encoded><![CDATA[<p>I often plug grep into a find when I&#8217;m looking for a file that has something specific inside. For example, </p>
<p>find / -name &#8216;*.*&#8217; -exec grep -il &#8220;foobar&#8221; {} \;</p>
<p>will list all files that have the string &#8216;foobar&#8217; inside (case insensitively). The -exec flag lets you run arbitrary commands on the output of find.</p>
<p>Perry<br />
KidPub.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Parker</title>
		<link>http://osxdaily.com/2012/10/29/finding-files-from-the-command-line/#comment-444667</link>
		<dc:creator>Parker</dc:creator>
		<pubDate>Mon, 29 Oct 2012 23:52:27 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=34137#comment-444667</guid>
		<description>I love learning about the command line, I don&#039;t know much about but it&#039;s sure nice to have walkthroughs like this. Keep them coming!</description>
		<content:encoded><![CDATA[<p>I love learning about the command line, I don&#8217;t know much about but it&#8217;s sure nice to have walkthroughs like this. Keep them coming!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced (User agent is rejected)
Database Caching 1/3 queries in 0.002 seconds using disk: basic
Object Caching 211/212 objects using disk: basic
Content Delivery Network via cdn.osxdaily.com

Served from: osxdaily.com @ 2013-05-24 20:54:09 -->