<?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=1193781&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Forum Ubuntu-fr.org / Venez mes (codage non valide) venez venez …]]></title>
		<link>http://forum.ubuntu-fr.org/viewtopic.php?id=1193781</link>
		<description><![CDATA[Les sujets les plus récents dans Venez mes (codage non valide) venez venez ….]]></description>
		<lastBuildDate>Mon, 11 Feb 2013 10:26:18 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Réponse à&#160;:  Venez mes (codage non valide) venez venez …]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12541981#p12541981</link>
			<description><![CDATA[<p>Voici peut-être une façon de trouver les fichiers qui ont un nom fantaisiste :</p><div class="codebox"><pre><code>shopt -s globstar
for i in **; do iconv -f utf-8 -t utf-8 &lt;&lt;&lt;&quot;$i&quot; &amp;&gt;/dev/null || ls -lb &quot;$i&quot;; done</code></pre></div><p>et pour transformer les noms de fichiers :</p><div class="codebox"><pre><code>for i in **; do iconv -f utf-8 -t utf-8 &lt;&lt;&lt;&quot;$i&quot; &amp;&gt;/dev/null || echo mv -i &quot;$i&quot; &quot;$(iconv -f cp850 -t utf-8 &lt;&lt;&lt;&quot;$i&quot;)&quot;; done</code></pre></div><p>(enlever le <strong>echo</strong> si c&#039;est correct, mais il vaut mieux faire une sauvegarde provisoire avant)</p><p><span class="bbu">Édité</span> : Ajout de l&#039;option <strong>-i</strong> à <strong>mv</strong> pour éviter d&#039;écraser un fichier qui porterait déjà le nouveau nom</p>]]></description>
			<author><![CDATA[dummy@example.com (pingouinux)]]></author>
			<pubDate>Mon, 11 Feb 2013 10:26:18 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12541981#p12541981</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Venez mes (codage non valide) venez venez …]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12541201#p12541201</link>
			<description><![CDATA[<p>Ça n&#039;explique pas les bizarreries, mais voici une indication. Les noms de fichiers semblent encodés en <strong>CP850</strong>. En les convertissant en <strong>UTF-8</strong> à l&#039;aide de <strong>iconv</strong>, on obtient ceci :</p><div class="codebox"><pre><code>03 - Góðan Daginn.mp3
04 - Við Spilum Endalaust.mp3
06 - Með Suð Í Eyrum.mp3
07 - Ára Bátur.mp3
09 - Fljótavík.mp3
Sigur Rós - Með Suð Í Eyrum Við Spilum Endalaust.jpg</code></pre></div><p>Voici un exemple pour la commande que j&#039;ai utilisée :</p><div class="codebox"><pre><code>iconv -f cp850 -t utf-8 &lt;&lt;&lt;$&#039;03 - G\242\320an Daginn.mp3&#039;</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (pingouinux)]]></author>
			<pubDate>Mon, 11 Feb 2013 08:45:17 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12541201#p12541201</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Venez mes (codage non valide) venez venez …]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12538991#p12538991</link>
			<description><![CDATA[<p>ARGGG !</p><div class="codebox"><pre><code>papounet@amd8papou:~/pingui$ tree
.
├── 03 - G\6434066456\7314230000\5200032463\16615066456\7314230000\5200032463\6434066456\6114000166\15231473\15735427052\6114000142\15231473\16434227052\7314230000\5200032463\166352670561
├── liste1
├── liste2
└── tt.sh</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Maisondouf)]]></author>
			<pubDate>Sun, 10 Feb 2013 21:39:28 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12538991#p12538991</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Venez mes (codage non valide) venez venez …]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12538961#p12538961</link>
			<description><![CDATA[<p>comme tu dis, un grand mystère</p><div class="codebox"><pre><code>papounet@amd8papou:~/pingui$ touch $&#039;03 - G\242\320an Daginn.mp3&#039;
papounet@amd8papou:~/pingui$ find -name *.mp3
papounet@amd8papou:~/pingui$ ls -l *.mp3
-rw-rw-r-- 1 papounet papounet 0 févr. 10 22:34 03 - G??an Daginn.mp3
papounet@amd8papou:~/pingui$ </code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Maisondouf)]]></author>
			<pubDate>Sun, 10 Feb 2013 21:37:15 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12538961#p12538961</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Venez mes (codage non valide) venez venez …]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12538881#p12538881</link>
			<description><![CDATA[<p>Encore un mystère. Le <strong>find</strong> ne trouve pas le fichier.</p><div class="codebox"><pre><code>$ touch $&#039;03 - G\242\320an Daginn.mp3&#039;

$ ls -lb *.mp3
total 0
-rw-r----- 1 user user 0 Feb 10 22:20 03\ -\ G\242\320an\ Daginn.mp3

$ find -name \*.mp3</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (pingouinux)]]></author>
			<pubDate>Sun, 10 Feb 2013 21:26:24 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12538881#p12538881</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Venez mes (codage non valide) venez venez …]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12538741#p12538741</link>
			<description><![CDATA[<p>@ Maisondouf : réponse </p><div class="codebox"><pre><code>grep: Barre oblique inverse en suffixe</code></pre></div><p>Et quand je tente un </p><div class="codebox"><pre><code>find -name &quot;*&quot; | grep &quot;codage</code></pre></div><p>Il me met en sortie qu&#039;un seul album … c&#039;est vraiment tordu comme histoire ^^</p>]]></description>
			<author><![CDATA[dummy@example.com (weezixx)]]></author>
			<pubDate>Sun, 10 Feb 2013 21:05:49 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12538741#p12538741</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Venez mes (codage non valide) venez venez …]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12538241#p12538241</link>
			<description><![CDATA[<div class="codebox"><pre><code>find -name &quot;*&quot; | grep &quot;\\&quot;</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Maisondouf)]]></author>
			<pubDate>Sun, 10 Feb 2013 20:02:12 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12538241#p12538241</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Venez mes (codage non valide) venez venez …]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12538131#p12538131</link>
			<description><![CDATA[<p>@ Maisondouf : Fonctionne pas ^^</p>]]></description>
			<author><![CDATA[dummy@example.com (weezixx)]]></author>
			<pubDate>Sun, 10 Feb 2013 19:54:29 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12538131#p12538131</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Venez mes (codage non valide) venez venez …]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12538101#p12538101</link>
			<description><![CDATA[<div class="codebox"><pre><code>find -name &quot;*\\*&quot;</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Maisondouf)]]></author>
			<pubDate>Sun, 10 Feb 2013 19:52:29 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12538101#p12538101</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Venez mes (codage non valide) venez venez …]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12538031#p12538031</link>
			<description><![CDATA[<p>Je vois toujours pas où tu veux en venir, moi mon but c&#039;est que je lance une commande et que le terminal me sorte une liste avec tout les fichiers qui ont (codage non valide)</p><p>Ou alors je vois pas le lien avec ma question ^^</p>]]></description>
			<author><![CDATA[dummy@example.com (weezixx)]]></author>
			<pubDate>Sun, 10 Feb 2013 19:46:35 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12538031#p12538031</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Venez mes (codage non valide) venez venez …]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12537901#p12537901</link>
			<description><![CDATA[<p>Tu peux copier le fichier comme ceci :</p><div class="codebox"><pre><code>cp $&#039;03 - G\242\320an Daginn.mp3&#039; nouveau_nom.mp3</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (pingouinux)]]></author>
			<pubDate>Sun, 10 Feb 2013 19:38:28 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12537901#p12537901</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Venez mes (codage non valide) venez venez …]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12537791#p12537791</link>
			<description><![CDATA[<p>Où veux tu en venir ?</p>]]></description>
			<author><![CDATA[dummy@example.com (weezixx)]]></author>
			<pubDate>Sun, 10 Feb 2013 19:25:23 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12537791#p12537791</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Venez mes (codage non valide) venez venez …]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12537721#p12537721</link>
			<description><![CDATA[<p>Par exemple, ce fichier</p><div class="codebox"><pre><code>      03\ -\ G\242\320an\ Daginn.mp3</code></pre></div><p>peut-être nommé comme ceci</p><div class="codebox"><pre><code>     $&#039;03 - G\242\320an Daginn.mp3&#039;</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (pingouinux)]]></author>
			<pubDate>Sun, 10 Feb 2013 19:19:43 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12537721#p12537721</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Venez mes (codage non valide) venez venez …]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12536891#p12536891</link>
			<description><![CDATA[<div class="codebox"><pre><code>ls -lab 
total 130624
drwxrwxr-x 2 mister_why mister_why     4096 nov  1 23:02 .
drwxrwxr-x 7 mister_why mister_why     4096 jan 27 20:41 ..
-rw-rw-r-- 1 mister_why mister_why  7401600 aoû 16  2011 01\ -\ Gobbledigook.mp3
-rw-rw-r-- 1 mister_why mister_why  9803904 aoû 16  2011 02\ -\ Inn\241\ M\202r\ Syngur\ Vitleysingur.mp3 &lt;==========
-rw-rw-r-- 1 mister_why mister_why 12615808 aoû 16  2011 03\ -\ G\242\320an\ Daginn.mp3 &lt;==========
-rw-rw-r-- 1 mister_why mister_why  8523904 aoû 16  2011 04\ -\ Vi\320\ Spilum\ Endalaust.mp3 &lt;========
-rw-rw-r-- 1 mister_why mister_why 22552704 aoû 16  2011 05\ -\ Festival.mp3
-rw-rw-r-- 1 mister_why mister_why 11853952 aoû 16  2011 06\ -\ Me\320\ Su\320\ \326\ Eyrum.mp3 &lt;========
-rw-rw-r-- 1 mister_why mister_why 21479552 aoû 16  2011 07\ -\ \265ra\ B\240tur.mp3 &lt;==========
-rw-rw-r-- 1 mister_why mister_why 10137728 aoû 16  2011 08\ -\ Illgresi.mp3
-rw-rw-r-- 1 mister_why mister_why  9179264 aoû 16  2011 09\ -\ Flj\242tav\241k.mp3 &lt;===========
-rw-rw-r-- 1 mister_why mister_why  4849792 aoû 16  2011 10\ -\ Straumnes.mp3
-rw-rw-r-- 1 mister_why mister_why 15247488 aoû 16  2011 11\ -\ All\ Alright.mp3
-rw-rw-r-- 1 mister_why mister_why    57148 aoû 27  2011 Sigur\ R\242s\ -\ Me\320\ Su\320\ \326\ Eyrum\ Vi\320\ Spilum\ Endalaust.jpg
-rw-rw-r-- 1 mister_why mister_why     8192 fév  9  2012 Thumbs.db</code></pre></div><p>Fichiers désignés par des &lt;======</p>]]></description>
			<author><![CDATA[dummy@example.com (weezixx)]]></author>
			<pubDate>Sun, 10 Feb 2013 18:12:16 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12536891#p12536891</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Venez mes (codage non valide) venez venez …]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12536661#p12536661</link>
			<description><![CDATA[<p>Lance cette commande depuis le répertoire où se trouve le fameux fichier :</p><div class="codebox"><pre><code>ls -lab</code></pre></div><p>et renvoie la ligne correspondant à ce fichier.</p>]]></description>
			<author><![CDATA[dummy@example.com (pingouinux)]]></author>
			<pubDate>Sun, 10 Feb 2013 17:45:25 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12536661#p12536661</guid>
		</item>
	</channel>
</rss>
