<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>renommage - Gagzen</title>
	<atom:link href="https://gagzen.net/tag/renommage/feed/" rel="self" type="application/rss+xml" />
	<link>https://gagzen.net</link>
	<description></description>
	<lastBuildDate>Sat, 15 Nov 2008 14:13:10 +0000</lastBuildDate>
	<language>fr-FR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://gagzen.net/wp-content/uploads/2026/06/android-chrome-512x512-1-150x150.png</url>
	<title>renommage - Gagzen</title>
	<link>https://gagzen.net</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Renommage de fichiers en masse</title>
		<link>https://gagzen.net/2008/11/15/renommage-de-fichiers-en-masse/</link>
		
		<dc:creator><![CDATA[Baptiste]]></dc:creator>
		<pubDate>Sat, 15 Nov 2008 14:13:10 +0000</pubDate>
				<category><![CDATA[Scripting]]></category>
		<category><![CDATA[WorkStation]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[renommage]]></category>
		<category><![CDATA[script]]></category>
		<guid isPermaLink="false">http://www.gagneux.info/index.php/?p=88</guid>

					<description><![CDATA[<p>Un petit script permettant le renommage en masse de fichiers #!/bin/bash LISTE_FICHIERS= »./liste_fichier.tmp » ls -1 *.avi &#62; $LISTE_FICHIERS ORIGINE= » » while read ORIGINE ; do DESTINATION=`echo $ORIGINE &#124; sed -e « s/Dragon.Ball.Z/DBZ/g »` DESTINATION=`echo $DESTINATION &#124; sed -e « s/FR.DVDRip.-Jaxx21.\[tvu.org.ru\].//g »` mv ./$ORIGINE ./$DESTINATION done &#60; $LISTE_FICHIERS</p>
<p>The post <a href="https://gagzen.net/2008/11/15/renommage-de-fichiers-en-masse/">Renommage de fichiers en masse</a> first appeared on <a href="https://gagzen.net">Gagzen</a>.</p>]]></description>
										<content:encoded><![CDATA[<div>
<p>Un petit script permettant le renommage en masse de fichiers</p>
</div>
<div>
<p><span id="more-245"></span></p>
<p><code>#!/bin/bash</code></p>
<p>LISTE_FICHIERS= »./liste_fichier.tmp »</p>
<p>ls -1 *.avi &gt; $LISTE_FICHIERS</p>
<p>ORIGINE= » »<br />
while read ORIGINE ; do<br />
DESTINATION=`echo $ORIGINE | sed -e « s/Dragon.Ball.Z/DBZ/g »`<br />
DESTINATION=`echo $DESTINATION | sed -e « s/FR.DVDRip.-Jaxx21.\[tvu.org.ru\].//g »`<br />
mv ./$ORIGINE ./$DESTINATION<br />
done &lt; $LISTE_FICHIERS</p>
</div><p>The post <a href="https://gagzen.net/2008/11/15/renommage-de-fichiers-en-masse/">Renommage de fichiers en masse</a> first appeared on <a href="https://gagzen.net">Gagzen</a>.</p>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
