<?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>Vrac-it.fr &#187; Grep</title>
	<atom:link href="http://www.vrac-it.fr/tag/grep/feed" rel="self" type="application/rss+xml" />
	<link>http://www.vrac-it.fr</link>
	<description>L&#039;informatique en vrac</description>
	<lastBuildDate>Wed, 21 Jul 2010 11:39:28 +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>Rechercher dans le contenu d&#039;un ensemble de fichiers sous Linux.</title>
		<link>http://www.vrac-it.fr/linux/rechercher-dans-le-contenu-dun-ensemble-de-fichiers-sous-linux</link>
		<comments>http://www.vrac-it.fr/linux/rechercher-dans-le-contenu-dun-ensemble-de-fichiers-sous-linux#comments</comments>
		<pubDate>Sat, 06 Mar 2010 17:23:15 +0000</pubDate>
		<dc:creator>Guillaume Delente</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Petites astuces]]></category>
		<category><![CDATA[Fichiers]]></category>
		<category><![CDATA[Grep]]></category>

		<guid isPermaLink="false">http://www.vrac-it.fr/?p=526</guid>
		<description><![CDATA[Toujours très utile et toujours dur a retenir !
find . -type f -exec grep -i &#34;phrase a chercher&#34; {} \; -print

Recherche à partir du répertoire courant la chaine de caractères spécifiée, de façon non sensible à la casse.
]]></description>
		<wfw:commentRss>http://www.vrac-it.fr/linux/rechercher-dans-le-contenu-dun-ensemble-de-fichiers-sous-linux/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
