<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://forum.ubuntu-fr.org/extern.php?action=feed&amp;tid=1100481&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Forum Ubuntu-fr.org / [Résolu] grep -E --file ne fonctionne pas ?]]></title>
		<link>http://forum.ubuntu-fr.org/viewtopic.php?id=1100481</link>
		<description><![CDATA[Les sujets les plus récents dans [Résolu] grep -E --file ne fonctionne pas ?.]]></description>
		<lastBuildDate>Sat, 10 Nov 2012 15:35:51 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Réponse à&#160;:  [Résolu] grep -E --file ne fonctionne pas ?]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11464951#p11464951</link>
			<description><![CDATA[<p>Effectivement, ça fonctionne.<br />J&#039;ai donc modifié mon fichier en conséquence :</p><div class="codebox"><pre><code>/home/.+/\.gvfs/
/home/.+/\.thumbnails
/home/.+/[tT]rash/
/home/.+/[cC]ache
~$</code></pre></div><p>Merci !</p>]]></description>
			<author><![CDATA[dummy@example.com (Nym)]]></author>
			<pubDate>Sat, 10 Nov 2012 15:35:51 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11464951#p11464951</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [Résolu] grep -E --file ne fonctionne pas ?]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11462881#p11462881</link>
			<description><![CDATA[<p>Les lignes en #5 sont trouvées avec l&#039;une ou l&#039;autre de ces <strong>regexp</strong> :</p><div class="codebox"><pre><code>/home/[^/]+/.+/[cC]ache
/home/.+/[cC]ache</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (pingouinux)]]></author>
			<pubDate>Sat, 10 Nov 2012 13:05:30 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11462881#p11462881</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [Résolu] grep -E --file ne fonctionne pas ?]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11462711#p11462711</link>
			<description><![CDATA[<p>Voici :</p><div class="codebox"><pre><code>/home/sylvain/Web/phpMyAdmin/libraries/tcpdf/cache/chapter_demo_2.txt
/home/sylvain/Web/phpMyAdmin/libraries/tcpdf/cache/utf8test.txt
/home/sylvain/Web/phpMyAdmin/libraries/tcpdf/cache/table_data_demo.txt
/home/sylvain/Web/phpMyAdmin/libraries/tcpdf/cache/chapter_demo_1.txt
/home/sylvain/Web/Artichow/cache/Abel-time
/home/sylvain/Web/Artichow/cache/Albert
/home/sylvain/Web/Artichow/cache/Albert-time
/home/sylvain/Web/Artichow/cache/Example-006
/home/sylvain/Web/Artichow/cache/Example-006-time
/home/sylvain/Web/Artichow/cache/Abel</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Nym)]]></author>
			<pubDate>Sat, 10 Nov 2012 12:56:48 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11462711#p11462711</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [Résolu] grep -E --file ne fonctionne pas ?]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11462631#p11462631</link>
			<description><![CDATA[<p>Peux-tu montrer aussi quelques lignes de <strong>mon_fichier</strong> qui sont censées correspondre, afin de faire des tests ?</p>]]></description>
			<author><![CDATA[dummy@example.com (pingouinux)]]></author>
			<pubDate>Sat, 10 Nov 2012 12:53:38 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11462631#p11462631</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [Résolu] grep -E --file ne fonctionne pas ?]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11462541#p11462541</link>
			<description><![CDATA[<p>Quelle rapidité ! Je suis impressionné. <img src="http://forum.ubuntu-fr.org/img/smilies/smile.png" width="15" height="15" alt="smile" /><br />Le fichier ressemble à ceci :</p><div class="codebox"><pre><code>/home/[^/]+?/\.gvfs/
/home/[^/]+?/\.thumbnails
/home/[^/]+?/\..+/[tT]rash/
/home/[^/]+?/\..+/[cC]ache
~$</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Nym)]]></author>
			<pubDate>Sat, 10 Nov 2012 12:48:39 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11462541#p11462541</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [Résolu] grep -E --file ne fonctionne pas ?]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11462501#p11462501</link>
			<description><![CDATA[<p>Bonjour,<br />À quoi ressemble <strong>mon_fichier_regexp</strong> ? Chez moi, ça fonctionne.<br /><span class="bbu">Ajouté</span> : Dans ce fichier, ne pas encadrer les expressions par <strong>&quot;…&quot;</strong> ou <strong>&#039;…&#039;</strong>.</p>]]></description>
			<author><![CDATA[dummy@example.com (pingouinux)]]></author>
			<pubDate>Sat, 10 Nov 2012 12:44:48 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11462501#p11462501</guid>
		</item>
		<item>
			<title><![CDATA[[Résolu] grep -E --file ne fonctionne pas ?]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11462331#p11462331</link>
			<description><![CDATA[<p>Bonjour.</p><p>Je souhaite faire une recherche par expressions rationnelles dans un fichier mon_fichier. Je me tourne assez logiquement (il me semble) vers la commande &quot;grep -E&quot;. Sachant que j&#039;ai plusieurs expressions à passer je pensais utiliser un fichier mon_fichier_regexp, à raison d&#039;une expression par ligne.<br />Lorsque je teste une seule expression selon</p><div class="codebox"><pre><code>grep -E regexp_A mon_fichier</code></pre></div><p>ça fonctionne.<br />En revanche la commande</p><div class="codebox"><pre><code>grep -E -f mon_fichier_regexp mon_fichier</code></pre></div><p>ne retourne rien.<br />Ai-je raté quelque chose ?</p>]]></description>
			<author><![CDATA[dummy@example.com (Nym)]]></author>
			<pubDate>Sat, 10 Nov 2012 12:35:02 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11462331#p11462331</guid>
		</item>
	</channel>
</rss>
