<?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=355895&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Forum Ubuntu-fr.org / ls dans grep]]></title>
		<link>http://forum.ubuntu-fr.org/viewtopic.php?id=355895</link>
		<description><![CDATA[Les sujets les plus récents dans ls dans grep.]]></description>
		<lastBuildDate>Sat, 07 Nov 2009 07:43:33 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Réponse à&#160;:  ls dans grep]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=3046586#p3046586</link>
			<description><![CDATA[<p>Oui c&#039;est ça qui est dommage <img src="http://forum.ubuntu-fr.org/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /> Mais la commande find est pas mal <img src="http://forum.ubuntu-fr.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p><p>Merci encore.</p>]]></description>
			<author><![CDATA[dummy@example.com (naoli)]]></author>
			<pubDate>Sat, 07 Nov 2009 07:43:33 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=3046586#p3046586</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  ls dans grep]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=3045222#p3045222</link>
			<description><![CDATA[<div class="codebox"><pre><code>grep -n tachaine *toto* *tata*</code></pre></div><p>Bon par contre il faut que tout tes fichiers toto et tata soit dans le répertoire où tu exécute la commande. Ca ne va pas rechercher le fichier toto qui est dans le 45 sous dossier. <img src="http://forum.ubuntu-fr.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[dummy@example.com (Ferod)]]></author>
			<pubDate>Fri, 06 Nov 2009 18:21:43 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=3045222#p3045222</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  ls dans grep]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=3044447#p3044447</link>
			<description><![CDATA[<p>OK, super ! <img src="http://forum.ubuntu-fr.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>merci à vous.</p>]]></description>
			<author><![CDATA[dummy@example.com (naoli)]]></author>
			<pubDate>Fri, 06 Nov 2009 13:30:00 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=3044447#p3044447</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  ls dans grep]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=3044142#p3044142</link>
			<description><![CDATA[<p>Ben la commande find recherche dans les fichiers avec toto et tata dans le nom du fichier et fait un grep de la chaine &quot;machaine&quot;, et ca affiche les fichiers dans lesquels la chaine apparait.</p>]]></description>
			<author><![CDATA[dummy@example.com (zapple)]]></author>
			<pubDate>Fri, 06 Nov 2009 11:43:11 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=3044142#p3044142</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  ls dans grep]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=3044133#p3044133</link>
			<description><![CDATA[<p>Sauf que il veut chercher DANS les fichiers...</p><p>...</p>]]></description>
			<author><![CDATA[dummy@example.com (FRUiT)]]></author>
			<pubDate>Fri, 06 Nov 2009 11:38:43 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=3044133#p3044133</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  ls dans grep]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=3044126#p3044126</link>
			<description><![CDATA[<p>C&#039;est l&#039;option -l de grep qui affiche les fichiers, et non -i -H. Tu tapes la commande :</p><div class="codebox"><pre><code>find /repertoire -type f -name &#039;*toto*tata&#039; -exec grep -l machaine {} \;</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (zapple)]]></author>
			<pubDate>Fri, 06 Nov 2009 11:36:17 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=3044126#p3044126</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  ls dans grep]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=3044104#p3044104</link>
			<description><![CDATA[<div class="codebox"><pre><code>find . -name &quot;masque&quot; -exec grep -i -H &quot;motif&quot; {} \;</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (FRUiT)]]></author>
			<pubDate>Fri, 06 Nov 2009 11:27:52 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=3044104#p3044104</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  ls dans grep]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=3044052#p3044052</link>
			<description><![CDATA[<div class="quotebox"><cite>Look&amp;Feel a écrit&#160;:</cite><blockquote><div><p>ou un :</p><div class="codebox"><pre><code>cat `ls *toto*tata` | grep &quot;truc&quot;</code></pre></div></div></blockquote></div><p>Yop.</p><p>Merci. Mais ce qui m&#039;embête c&#039;est que du coup, je n&#039;ai pas le fichier dans lequel se retrouve ma chaine, juste la ligne éventuellement, puisque cat sors tout à la suite.</p>]]></description>
			<author><![CDATA[dummy@example.com (naoli)]]></author>
			<pubDate>Fri, 06 Nov 2009 11:07:20 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=3044052#p3044052</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  ls dans grep]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=3044022#p3044022</link>
			<description><![CDATA[<p>ou un :</p><div class="codebox"><pre><code>cat `ls *toto*tata` | grep &quot;truc&quot;</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Look&Feel)]]></author>
			<pubDate>Fri, 06 Nov 2009 10:54:34 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=3044022#p3044022</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  ls dans grep]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=3044015#p3044015</link>
			<description><![CDATA[<p>ben &quot;cat | grep&quot; non ?<br />ou &quot;sed&quot; ?</p>]]></description>
			<author><![CDATA[dummy@example.com (quatrecouleurs)]]></author>
			<pubDate>Fri, 06 Nov 2009 10:51:39 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=3044015#p3044015</guid>
		</item>
		<item>
			<title><![CDATA[ls dans grep]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=3044010#p3044010</link>
			<description><![CDATA[<p>Bonjour à tous,</p><p>je cherche à chercher (!) à l&#039;intérieur de fichiers en ligne de commande, facile : grep, mais uniquement dans certains fichiers.</p><p>Exemple dans tous ceux qui ont toto et tata dans le nom :</p><div class="quotebox"><blockquote><div><p>ls *toto*tata*</p></div></blockquote></div><p>me donne les fichiers mais </p><div class="quotebox"><blockquote><div><p>ls *toto*tata* | grep -n machaine</p></div></blockquote></div><p>ne fonctionne pas car grep cherche du coup sur les <span class="bbu">noms de fichiers</span> qui sortent.</p><p>Une idée ? <img src="http://forum.ubuntu-fr.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (naoli)]]></author>
			<pubDate>Fri, 06 Nov 2009 10:49:27 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=3044010#p3044010</guid>
		</item>
	</channel>
</rss>
