<?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: Daddy, I found it!, 15 Awesome Linux Find Command Examples (Part2)</title>
	<atom:link href="http://www.thegeekstuff.com/2009/06/15-practical-unix-linux-find-command-examples-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thegeekstuff.com/2009/06/15-practical-unix-linux-find-command-examples-part-2/</link>
	<description>Guides, HowTos and Tips for Technology Geeks</description>
	<lastBuildDate>Thu, 09 Feb 2012 13:04:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Jatin</title>
		<link>http://www.thegeekstuff.com/2009/06/15-practical-unix-linux-find-command-examples-part-2/comment-page-1/#comment-193978</link>
		<dc:creator>Jatin</dc:creator>
		<pubDate>Wed, 08 Feb 2012 09:54:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=549#comment-193978</guid>
		<description>I use the following alias to run find only for c and h file extensions.
alias findch=&#039;find . -name &quot;*.[ch]&quot; &#124; xargs grep &#039;

What is the way to extend this to also search for .cc files. Also, how to exclude .svn directories.</description>
		<content:encoded><![CDATA[<p>I use the following alias to run find only for c and h file extensions.<br />
alias findch=&#8217;find . -name &#8220;*.[ch]&#8221; | xargs grep &#8216;</p>
<p>What is the way to extend this to also search for .cc files. Also, how to exclude .svn directories.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lliseil</title>
		<link>http://www.thegeekstuff.com/2009/06/15-practical-unix-linux-find-command-examples-part-2/comment-page-1/#comment-175404</link>
		<dc:creator>lliseil</dc:creator>
		<pubDate>Mon, 09 Jan 2012 16:48:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=549#comment-175404</guid>
		<description>I had search for such clear exemples for a loooong time before today.
Thank you very much Vimash for taking time to share your knowledge in such a nice way --especially with a beautiful baby like yours ;-D</description>
		<content:encoded><![CDATA[<p>I had search for such clear exemples for a loooong time before today.<br />
Thank you very much Vimash for taking time to share your knowledge in such a nice way &#8211;especially with a beautiful baby like yours ;-D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vimarsh</title>
		<link>http://www.thegeekstuff.com/2009/06/15-practical-unix-linux-find-command-examples-part-2/comment-page-1/#comment-163827</link>
		<dc:creator>Vimarsh</dc:creator>
		<pubDate>Wed, 28 Dec 2011 07:56:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=549#comment-163827</guid>
		<description>Thanks Rafal :)</description>
		<content:encoded><![CDATA[<p>Thanks Rafal <img src='http://www.thegeekstuff.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rafal</title>
		<link>http://www.thegeekstuff.com/2009/06/15-practical-unix-linux-find-command-examples-part-2/comment-page-1/#comment-162728</link>
		<dc:creator>Rafal</dc:creator>
		<pubDate>Tue, 27 Dec 2011 07:54:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=549#comment-162728</guid>
		<description>Vinmarsh: I was looking for something similat (that no warnings should be displayed)
If do not want it, simly add &quot;2&gt;/dev/null&quot; to the end. Example
find / -name &#039;123&#039; 2&gt;/dev/null
instead of
find / -name &#039;123&#039;

cheers
Rafal</description>
		<content:encoded><![CDATA[<p>Vinmarsh: I was looking for something similat (that no warnings should be displayed)<br />
If do not want it, simly add &#8220;2&gt;/dev/null&#8221; to the end. Example<br />
find / -name &#8217;123&#8242; 2&gt;/dev/null<br />
instead of<br />
find / -name &#8217;123&#8242;</p>
<p>cheers<br />
Rafal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Utkarsh</title>
		<link>http://www.thegeekstuff.com/2009/06/15-practical-unix-linux-find-command-examples-part-2/comment-page-1/#comment-157083</link>
		<dc:creator>Utkarsh</dc:creator>
		<pubDate>Sat, 17 Dec 2011 19:57:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=549#comment-157083</guid>
		<description>This process of detecting the file(s) modified in the last 10 or 15 minutes shall go on.and hence the redirecting of the files to a New SIngle file would keep bringing in new files to IT. There are totally 41 files that i have to look out from and once such files are redirected , then i have to Open and Read only the Latet ENtries from such files. Hope this would make the requirement further a bit more clear.</description>
		<content:encoded><![CDATA[<p>This process of detecting the file(s) modified in the last 10 or 15 minutes shall go on.and hence the redirecting of the files to a New SIngle file would keep bringing in new files to IT. There are totally 41 files that i have to look out from and once such files are redirected , then i have to Open and Read only the Latet ENtries from such files. Hope this would make the requirement further a bit more clear.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Utkarsh</title>
		<link>http://www.thegeekstuff.com/2009/06/15-practical-unix-linux-find-command-examples-part-2/comment-page-1/#comment-157082</link>
		<dc:creator>Utkarsh</dc:creator>
		<pubDate>Sat, 17 Dec 2011 19:53:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=549#comment-157082</guid>
		<description>Very Nice...helps alot i believe.. short and sweet...
Have one query related to this.. if i can find the file(s) modified in the say last 10 or 15 minutes, then can i redirect those file to any other SINGLE file and after redirecting, will i be able to Open and Read all such file(s) to pick up any keyword from those that am looking to match upon? Hope to have your help on this as well.. may be you can reply here or at my email id us2n@rediffmail.com...</description>
		<content:encoded><![CDATA[<p>Very Nice&#8230;helps alot i believe.. short and sweet&#8230;<br />
Have one query related to this.. if i can find the file(s) modified in the say last 10 or 15 minutes, then can i redirect those file to any other SINGLE file and after redirecting, will i be able to Open and Read all such file(s) to pick up any keyword from those that am looking to match upon? Hope to have your help on this as well.. may be you can reply here or at my email id <a href="mailto:us2n@rediffmail.com">us2n@rediffmail.com</a>&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vignesh</title>
		<link>http://www.thegeekstuff.com/2009/06/15-practical-unix-linux-find-command-examples-part-2/comment-page-1/#comment-88641</link>
		<dc:creator>vignesh</dc:creator>
		<pubDate>Wed, 23 Feb 2011 06:06:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=549#comment-88641</guid>
		<description>i m newbie for unix, its an excellent article with examples. very nice</description>
		<content:encoded><![CDATA[<p>i m newbie for unix, its an excellent article with examples. very nice</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vimarsh</title>
		<link>http://www.thegeekstuff.com/2009/06/15-practical-unix-linux-find-command-examples-part-2/comment-page-1/#comment-77675</link>
		<dc:creator>Vimarsh</dc:creator>
		<pubDate>Thu, 06 Jan 2011 19:28:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=549#comment-77675</guid>
		<description>sometimes when we run find command, we get permission denied errors on certain files in which find doesn&#039;t lookup for the specified search. what if I do not want find to look in the files in which find is giving  &quot; permission denied&quot; warning&quot;. if possible. please mail me the answer on icon.vimarsh@gmail.com ..

I&#039;ve been searching google for something.. finally was directed to your website.. and it has been a great experience thereafter.. too awesome.. too amazing.. all articles are very very knowledgeable.</description>
		<content:encoded><![CDATA[<p>sometimes when we run find command, we get permission denied errors on certain files in which find doesn&#8217;t lookup for the specified search. what if I do not want find to look in the files in which find is giving  &#8221; permission denied&#8221; warning&#8221;. if possible. please mail me the answer on <a href="mailto:icon.vimarsh@gmail.com">icon.vimarsh@gmail.com</a> ..</p>
<p>I&#8217;ve been searching google for something.. finally was directed to your website.. and it has been a great experience thereafter.. too awesome.. too amazing.. all articles are very very knowledgeable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anwar</title>
		<link>http://www.thegeekstuff.com/2009/06/15-practical-unix-linux-find-command-examples-part-2/comment-page-1/#comment-55661</link>
		<dc:creator>Anwar</dc:creator>
		<pubDate>Sat, 24 Jul 2010 20:37:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=549#comment-55661</guid>
		<description>Well Article is really very Help Full..thnx..
your Daughter is so cute..</description>
		<content:encoded><![CDATA[<p>Well Article is really very Help Full..thnx..<br />
your Daughter is so cute..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hardihood07</title>
		<link>http://www.thegeekstuff.com/2009/06/15-practical-unix-linux-find-command-examples-part-2/comment-page-1/#comment-42659</link>
		<dc:creator>hardihood07</dc:creator>
		<pubDate>Tue, 13 Apr 2010 17:45:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=549#comment-42659</guid>
		<description>This is good stuff. Very informative and easy to implement. Thank you for this.</description>
		<content:encoded><![CDATA[<p>This is good stuff. Very informative and easy to implement. Thank you for this.</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
Content Delivery Network via Amazon Web Services: CloudFront: static.thegeekstuff.com

Served from: www.thegeekstuff.com @ 2012-02-09 13:34:46 -->
