<?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>folder search | Student Projects</title>
	<atom:link href="https://studentprojects.in/tag/folder-search/feed/" rel="self" type="application/rss+xml" />
	<link>https://studentprojects.in</link>
	<description>Microcontroller projects, Circuit Diagrams, Project Ideas</description>
	<lastBuildDate>Sun, 11 Dec 2022 04:28:36 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.7</generator>
	<item>
		<title>Find a text inside multiple files in linux</title>
		<link>https://studentprojects.in/software-development/unix-linux/unix-linux-faq/find-text-multiple-files-linux/</link>
					<comments>https://studentprojects.in/software-development/unix-linux/unix-linux-faq/find-text-multiple-files-linux/#respond</comments>
		
		<dc:creator><![CDATA[Ranjith Kadamboor]]></dc:creator>
		<pubDate>Tue, 22 Feb 2011 11:56:42 +0000</pubDate>
				<category><![CDATA[Unix & Linux Q&A]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[search text]]></category>
		<category><![CDATA[vim editor]]></category>
		<category><![CDATA[folder search]]></category>
		<guid isPermaLink="false">http://studentprojects.in/?p=1475</guid>

					<description><![CDATA[<p>To find files that contain a text string in linux is very easy. Open terminal locate to the folder. Use below command. grep -lir &#8220;search text&#8221; * The -l switch outputs only the names of files in which the text occurs, the -i switch ignores the case, and the -r descends into sub directories.</p>
<p>The post <a href="https://studentprojects.in/software-development/unix-linux/unix-linux-faq/find-text-multiple-files-linux/">Find a text inside multiple files in linux</a> first appeared on <a href="https://studentprojects.in">Student Projects</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>To find files that contain a text string in linux is very easy. Open terminal locate to the folder. Use below command.</p>
<blockquote><p><strong>grep -lir &#8220;search text&#8221; *</strong></p></blockquote>
<p>The -l switch outputs only the names of files in which the text occurs, the -i switch ignores the case, and the -r descends into sub directories.</p><p>The post <a href="https://studentprojects.in/software-development/unix-linux/unix-linux-faq/find-text-multiple-files-linux/">Find a text inside multiple files in linux</a> first appeared on <a href="https://studentprojects.in">Student Projects</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://studentprojects.in/software-development/unix-linux/unix-linux-faq/find-text-multiple-files-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
