<?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=1183961&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Forum Ubuntu-fr.org / [RESOLU] Supprimer fichiers selon leurs noms]]></title>
		<link>http://forum.ubuntu-fr.org/viewtopic.php?id=1183961</link>
		<description><![CDATA[Les sujets les plus récents dans [RESOLU] Supprimer fichiers selon leurs noms.]]></description>
		<lastBuildDate>Wed, 30 Jan 2013 12:11:34 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Réponse à&#160;:  [RESOLU] Supprimer fichiers selon leurs noms]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12396601#p12396601</link>
			<description><![CDATA[<div class="quotebox"><cite>Haleth a écrit&#160;:</cite><blockquote><div><div class="quotebox"><cite>molter85 a écrit&#160;:</cite><blockquote><div><p>Finalement j&#039;ai réussi avec ça :</p><div class="codebox"><pre><code>rm /home/test/*&quot;$jour&quot;*</code></pre></div><p>Merci pingouinux.</p></div></blockquote></div><p>Marche pas avec les sous-répertoires.</p></div></blockquote></div><p>En effet mais pour cette fois je ne veux que les fichiers.</p>]]></description>
			<author><![CDATA[dummy@example.com (molter85)]]></author>
			<pubDate>Wed, 30 Jan 2013 12:11:34 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12396601#p12396601</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [RESOLU] Supprimer fichiers selon leurs noms]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12396361#p12396361</link>
			<description><![CDATA[<div class="quotebox"><cite>molter85 a écrit&#160;:</cite><blockquote><div><p>Finalement j&#039;ai réussi avec ça :</p><div class="codebox"><pre><code>rm /home/test/*&quot;$jour&quot;*</code></pre></div><p>Merci pingouinux.</p></div></blockquote></div><p>Marche pas avec les sous-répertoires.</p>]]></description>
			<author><![CDATA[dummy@example.com (Haleth)]]></author>
			<pubDate>Wed, 30 Jan 2013 11:35:41 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12396361#p12396361</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [RESOLU] Supprimer fichiers selon leurs noms]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12396311#p12396311</link>
			<description><![CDATA[<p>Finalement j&#039;ai réussi avec ça :</p><div class="codebox"><pre><code>rm /home/test/*&quot;$jour&quot;*</code></pre></div><p>Merci pingouinux.</p>]]></description>
			<author><![CDATA[dummy@example.com (molter85)]]></author>
			<pubDate>Wed, 30 Jan 2013 11:28:53 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12396311#p12396311</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [RESOLU] Supprimer fichiers selon leurs noms]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12396081#p12396081</link>
			<description><![CDATA[<p>Bonjour,<br />Il est prudent de lister d&#039;abord ce qui va être supprimé</p><div class="codebox"><pre><code>find /home/test -type f -name &quot;*$jour*&quot;</code></pre></div><p>puis</p><div class="codebox"><pre><code>find /home/test -type f -name &quot;*$jour*&quot; -delete</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (pingouinux)]]></author>
			<pubDate>Wed, 30 Jan 2013 11:02:50 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12396081#p12396081</guid>
		</item>
		<item>
			<title><![CDATA[[RESOLU] Supprimer fichiers selon leurs noms]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12396011#p12396011</link>
			<description><![CDATA[<p>Bonjour,</p><p>Je suis en train de faire un script, et je voudrais qu&#039;il supprime les fichiers qui contiendront dans leurs noms une variable (le jour en l&#039;occurrence), pour le moment j&#039;ai ça :</p><div class="codebox"><pre><code>#!/bin/bash
jour=`date +%A`
find &quot;$jour&quot; /home/test/ | rm -f</code></pre></div><p>Mais ça ne fonctionne pas du tout !</p><p>PS: je suis débutant <img src="http://forum.ubuntu-fr.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (molter85)]]></author>
			<pubDate>Wed, 30 Jan 2013 10:56:15 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12396011#p12396011</guid>
		</item>
	</channel>
</rss>
