<?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=338053&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Forum Ubuntu-fr.org / [résolu]commandes]]></title>
		<link>http://forum.ubuntu-fr.org/viewtopic.php?id=338053</link>
		<description><![CDATA[Les sujets les plus récents dans [résolu]commandes.]]></description>
		<lastBuildDate>Sat, 15 Aug 2009 09:41:07 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Réponse à&#160;:  [résolu]commandes]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=2870459#p2870459</link>
			<description><![CDATA[<p>ok merci</p>]]></description>
			<author><![CDATA[dummy@example.com (yanick_cangaeld)]]></author>
			<pubDate>Sat, 15 Aug 2009 09:41:07 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=2870459#p2870459</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [résolu]commandes]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=2870456#p2870456</link>
			<description><![CDATA[<div class="quotebox"><cite>yanick_cangaeld a écrit&#160;:</cite><blockquote><div><p>Si long a été écrasé avec court il doit ne plus rien rester dans long et ça ne doit rien affiché à l&#039;écran ?</p></div></blockquote></div><p>long a été écrasé avec court... qui contenait &quot;bleu&quot;.</p>]]></description>
			<author><![CDATA[dummy@example.com (slasher-fun)]]></author>
			<pubDate>Sat, 15 Aug 2009 09:39:45 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=2870456#p2870456</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [résolu]commandes]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=2870437#p2870437</link>
			<description><![CDATA[<p><strong>echo bleu&gt;long</strong> écrit bleu sur stdout, et stdout est redirigé vers le fichier &quot;long&quot;<br /><strong>cp long court</strong> copie le fichier &quot;long&quot; dans un autre fichier &quot;court&quot;<br /><strong>cat court&gt;long</strong> écrit le fichier &quot;court&quot; sur stdout, et stdout est redirigé vers le fichier &quot;long&quot; (équivalent à <strong>cp court long</strong>)<br /><strong>cat court&gt;long</strong> une deuxième fois fait la même chose<br /><strong>cat long</strong> affiche le contenu de long sur stdout (donc dans la console), c&#039;est à dire &quot;bleu&quot;</p><p><em>:grilled:</em></p>]]></description>
			<author><![CDATA[dummy@example.com (®om)]]></author>
			<pubDate>Sat, 15 Aug 2009 09:31:48 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=2870437#p2870437</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [résolu]commandes]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=2870436#p2870436</link>
			<description><![CDATA[<p>Si long a été écrasé avec court il doit ne plus rien rester dans long et ça ne doit rien affiché à l&#039;écran ?</p>]]></description>
			<author><![CDATA[dummy@example.com (yanick_cangaeld)]]></author>
			<pubDate>Sat, 15 Aug 2009 09:31:31 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=2870436#p2870436</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [résolu]commandes]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=2870429#p2870429</link>
			<description><![CDATA[<p>Bonjour,</p><div class="quotebox"><cite>yanick_cangaeld a écrit&#160;:</cite><blockquote><div><p>$ echo bleu&gt;long</p></div></blockquote></div><p>Ecrit &quot;bleu&quot; dans un fichier appelé &quot;long&quot;</p><div class="quotebox"><cite>yanick_cangaeld a écrit&#160;:</cite><blockquote><div><p>$ cp long court</p></div></blockquote></div><p>Copie le contenu de &quot;long&quot; dans &quot;court&quot;</p><div class="quotebox"><cite>yanick_cangaeld a écrit&#160;:</cite><blockquote><div><p>$ cat court&gt;long</p></div></blockquote></div><p>Écrase le contenu de long avec le contenu de court</p><div class="quotebox"><cite>yanick_cangaeld a écrit&#160;:</cite><blockquote><div><p>$ cat court&gt;long</p></div></blockquote></div><p>Idem</p><div class="quotebox"><cite>yanick_cangaeld a écrit&#160;:</cite><blockquote><div><p>$ cat long</p></div></blockquote></div><p>Affiche le contenu de long.</p>]]></description>
			<author><![CDATA[dummy@example.com (slasher-fun)]]></author>
			<pubDate>Sat, 15 Aug 2009 09:29:22 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=2870429#p2870429</guid>
		</item>
		<item>
			<title><![CDATA[[résolu]commandes]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=2870422#p2870422</link>
			<description><![CDATA[<p>Bonjour, enfin re <img src="http://forum.ubuntu-fr.org/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p><p>On me demande le résultat de ces commandes :</p><p>$ echo bleu&gt;long<br />$ cp long court<br />$ cat court&gt;long<br />$ cat court&gt;long<br />$ cat long</p><p>Je les ai tapés sur ma console et ça me donne bleu<br />Mais j&#039;aimerais comprendre pourquoi ça me donne ce résultat ?</p>]]></description>
			<author><![CDATA[dummy@example.com (yanick_cangaeld)]]></author>
			<pubDate>Sat, 15 Aug 2009 09:26:55 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=2870422#p2870422</guid>
		</item>
	</channel>
</rss>
