<?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: Some Useful Unix File Finding Commands</title> <atom:link href="http://viralpatel.net/blogs/2010/02/some-useful-unix-file-finding-commands.html/feed" rel="self" type="application/rss+xml" /><link>http://viralpatel.net/blogs/2010/02/some-useful-unix-file-finding-commands.html</link> <description>Tutorials, Java, J2EE, Struts, AJAX, JavaScript, CSS, Web 2.0, MySQL, Articles</description> <lastBuildDate>Wed, 08 Feb 2012 10:36:26 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Farish</title><link>http://viralpatel.net/blogs/2010/02/some-useful-unix-file-finding-commands.html/comment-page-1#comment-13653</link> <dc:creator>Farish</dc:creator> <pubDate>Thu, 30 Dec 2010 14:30:00 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=2010#comment-13653</guid> <description>to find text inside files (in current directory and also subdirectories), grep can be used recursively:&lt;code&gt;grep -r &quot;findthistext&quot; *&lt;/code&gt;if text is to be searched in only a type of files e.g. text files or shell scripts:&lt;code&gt; grep -r &quot;findthistex&quot; *.txt grep -r &quot;findthistex&quot; *.sh &lt;/code&gt;</description> <content:encoded><![CDATA[<p>to find text inside files (in current directory and also subdirectories), grep can be used recursively:</p><p><code>grep -r "findthistext" *</code></p><p>if text is to be searched in only a type of files e.g. text files or shell scripts:</p><p><code><br /> grep -r "findthistex" *.txt<br /> grep -r "findthistex" *.sh<br /> </code></p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: viralpatel.net @ 2012-02-09 09:38:19 -->
