<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>Tanguy Ortolo - Réponses</title>
	<link>https://tanguy.ortolo.eu/blog/categorie19/reponses</link>
	<language>en</language>
	<description>a blog about Debian and self-hosting</description>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="https://tanguy.ortolo.eu/blog/feed.php" />
	<lastBuildDate>Fri, 04 Jan 2013 12:30:00 +0000</lastBuildDate>
	<generator>PluXml</generator>
	<item>
		<title>Re: Recherche d&#039;une chaîne dans une arborescence</title> 
		<link>https://tanguy.ortolo.eu/blog/article87/rgrep</link>
		<guid>https://tanguy.ortolo.eu/blog/article87/rgrep</guid>
		<description>&lt;a href=&quot;http://tango.freedesktop.org/&quot; title=&quot;Du projet Tango Desktop, domain public&quot;&gt;&lt;img src=&quot;https://tanguy.ortolo.eu/blog/data/images/icons/tango-find-128.png&quot; alt=&quot;Icône représentant une loupe sur une feuille de papier écrite&quot; style=&quot;float: right; margin: .5em 0 .5em 1em;&quot;/&gt;&lt;/a&gt;

&lt;p&gt;En réponse à &lt;a
    href=&quot;http://www.bazzanella.org/ressources/details/article/recherche-dune-chaine-dans-une-arborescence.html&quot;&gt;un
    article de Thierry Bazzanella&lt;/a&gt;…&lt;/p&gt;

&lt;p&gt;Pour rechercher une chaîne de caractère dans une arborescence entière
de fichiers, avec
&lt;a href=&quot;http://manpages.debian.net/cgi-bin/man.cgi?query=grep&amp;amp;locale=fr&quot;&gt;GNU
grep&lt;/a&gt; :&lt;/p&gt;

&lt;pre class=&quot;cli&quot;&gt;$ grep -R &quot;chaîne&quot; répertoire&lt;/pre&gt;&lt;p&gt;Les autres versions de grep, comme celles
&lt;a href=&quot;http://netbsd.gw.com/cgi-bin/man-cgi?grep&quot;&gt;des&lt;/a&gt;
&lt;a href=&quot;http://www.openbsd.org/cgi-bin/man.cgi?query=grep&quot;&gt;différents&lt;/a&gt;
&lt;a href=&quot;http://www.freebsd.org/cgi/man.cgi?query=grep&quot;&gt;BSD&lt;/a&gt;,
disposent d&#039;une option similaire. À combiner avec les différentes
options de grep, par exemple pour rechercher une chaîne simple plutôt
qu&#039;une expression régulière, sans tenir compte de la casse, et
n&#039;afficher que les noms des fichiers contenant la chaîne et non les
lignes correspondantes :&lt;/p&gt;

&lt;pre class=&quot;cli&quot;&gt;$ grep -RFl &quot;chaîne&quot; répertoire&lt;/pre&gt;</description>
		<pubDate>Fri, 04 Jan 2013 12:30:00 +0000</pubDate>
		<dc:creator>Tanguy</dc:creator>
	</item>
</channel>
</rss>