<?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=365792&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Forum Ubuntu-fr.org / Commande find et regex]]></title>
		<link>http://forum.ubuntu-fr.org/viewtopic.php?id=365792</link>
		<description><![CDATA[Les sujets les plus récents dans Commande find et regex.]]></description>
		<lastBuildDate>Tue, 15 Dec 2009 08:39:41 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Réponse à&#160;:  Commande find et regex]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=3140324#p3140324</link>
			<description><![CDATA[<p>Oops.. En te lisant, sputnik,<span class="bbu"> j&#039;ai crû</span> apprendre une option de find que je ne connaissais pas...<br />Mais après man, c&#039;est juste l&#039;option &quot;-path&quot;.<br />En ce qui concerne la solution, il manque les : «», mais c&#039;est un détail.</p>]]></description>
			<author><![CDATA[dummy@example.com (Mpok)]]></author>
			<pubDate>Tue, 15 Dec 2009 08:39:41 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=3140324#p3140324</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Commande find et regex]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=3140287#p3140287</link>
			<description><![CDATA[<p>Bonjour et merci pour les réponses <img src="http://forum.ubuntu-fr.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>En fait le but est de migrer 1.5To de données d&#039;un serveur Apple sur un partage NTFS sous windows.<br />Avant de lancer la migration j&#039;aimerais lister tous les fichiers contenant des caractères non pris en charge par NTFS <img src="http://forum.ubuntu-fr.org/img/smilies/wink.png" width="15" height="15" alt="wink" /><br />Je vais tester ta solution sputnick.</p>]]></description>
			<author><![CDATA[dummy@example.com (fryar)]]></author>
			<pubDate>Tue, 15 Dec 2009 08:10:40 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=3140287#p3140287</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Commande find et regex]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=3139439#p3139439</link>
			<description><![CDATA[<p>Ca parrait completement tordu mais bon, si tu y tiens :</p><div class="codebox"><pre><code>$ ls
^/  &lt;/  &gt;/  |/  :/  ?/  */  \/  \\/
$ find -wholename &#039;*[\:\/\\\&lt;\&gt;\?\*\|\^]*&#039;
./|
./?
./\
./:
./\\
./^
./*
./&gt;
./&lt;
$</code></pre></div><p>Explique plutot quel est le but, même si c&#039;est simplement de decouvrir les capacités des commandes Linux, du shell. Ca permet d&#039;orienter nos réponses, puisque on ne peux pas toujours deviner quel est ton niveau, tes attentes etc...</p>]]></description>
			<author><![CDATA[dummy@example.com (sputnick)]]></author>
			<pubDate>Mon, 14 Dec 2009 20:00:48 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=3139439#p3139439</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Commande find et regex]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=3138916#p3138916</link>
			<description><![CDATA[<p>D&#039;autre part la plupart des caractères recherchés nécessitent d&#039;être échappés.</p>]]></description>
			<author><![CDATA[dummy@example.com (FRUiT)]]></author>
			<pubDate>Mon, 14 Dec 2009 16:25:10 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=3138916#p3138916</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Commande find et regex]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=3138896#p3138896</link>
			<description><![CDATA[<p>Quel est le but au final ? Si c&#039;est nettoyer les noms de fichiers dossiers, regarde du coté de <strong>detox</strong>.<br />Jamais vu un fichier ou dossier avec un &quot;/&quot; puisque c&#039;est un sous repertoire.</p>]]></description>
			<author><![CDATA[dummy@example.com (sputnick)]]></author>
			<pubDate>Mon, 14 Dec 2009 16:15:57 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=3138896#p3138896</guid>
		</item>
		<item>
			<title><![CDATA[Commande find et regex]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=3138754#p3138754</link>
			<description><![CDATA[<p>Bonjour à tous.<br />Je chercher une commande me permettant de lister les fichiers et les dossiers d&#039;une arborescence contenant les caractères suivants. « : / \ &lt;&gt; ?*| ^ »</p><p>On m&#039;a déjà orienté sur une commande à base de find et regex mais sans succès.<br />J&#039;ai essayé cette commande mais elle me renvoie un peu tout et n&#039;importe quoi.</p><div class="codebox"><pre><code>find -E ~ -iregex &quot;.*[«:/\&lt;&gt;?*|^»].*&quot; | more</code></pre></div><p>J&#039;avoue que le man ne m&#039;a pas été d&#039;un grand secours ne sachant pas par où commencer.<br />Si quelqu&#039;un a une idée ou saurait m&#039;orienter...<br />Merci d&#039;avance.</p>]]></description>
			<author><![CDATA[dummy@example.com (fryar)]]></author>
			<pubDate>Mon, 14 Dec 2009 14:56:04 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=3138754#p3138754</guid>
		</item>
	</channel>
</rss>
