<?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=1104331&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Forum Ubuntu-fr.org / Sed et Awk, extraction d'une suite de numéros]]></title>
		<link>http://forum.ubuntu-fr.org/viewtopic.php?id=1104331</link>
		<description><![CDATA[Les sujets les plus récents dans Sed et Awk, extraction d'une suite de numéros.]]></description>
		<lastBuildDate>Thu, 15 Nov 2012 00:38:10 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Réponse à&#160;:  Sed et Awk, extraction d'une suite de numéros]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11515731#p11515731</link>
			<description><![CDATA[<p>C&#039;est, vrai. Mon clavier est HS, alors je fais à l&#039;économie <img src="http://forum.ubuntu-fr.org/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p>]]></description>
			<author><![CDATA[dummy@example.com (nesthib)]]></author>
			<pubDate>Thu, 15 Nov 2012 00:38:10 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11515731#p11515731</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Sed et Awk, extraction d'une suite de numéros]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11511191#p11511191</link>
			<description><![CDATA[<div class="quotebox"><cite>nesthib a écrit&#160;:</cite><blockquote><div><p>une variante :</p><div class="codebox"><pre><code>awk -F &#039;[[@=&quot;&amp;]&#039; &#039;{print $2&quot;\n&quot;$7}&#039;</code></pre></div></div></blockquote></div><p>plus précisément :</p><div class="codebox"><pre><code>awk -F &#039;[[@=&quot;&amp;]&#039; &#039;{print $2 &gt;&gt; fichierX ;  print $7 &gt;&gt; fichierY}&#039; asterisk.out</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Totor)]]></author>
			<pubDate>Wed, 14 Nov 2012 17:25:23 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11511191#p11511191</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Sed et Awk, extraction d'une suite de numéros]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11509141#p11509141</link>
			<description><![CDATA[<p>une variante :</p><div class="codebox"><pre><code>awk -F &#039;[[@=&quot;&amp;]&#039; &#039;{print $2&quot;\n&quot;$7}&#039;</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (nesthib)]]></author>
			<pubDate>Wed, 14 Nov 2012 14:28:52 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11509141#p11509141</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Sed et Awk, extraction d'une suite de numéros]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11505481#p11505481</link>
			<description><![CDATA[<div class="quotebox"><cite>iuchiban #3 a écrit&#160;:</cite><blockquote><div><p>ne faut-il pas backslasher les ( ) de &quot;sauvegarde&quot; du pattern ?</p></div></blockquote></div><p>Non, pas avec l&#039;option <strong>-r</strong> de <strong>sed</strong>.</p>]]></description>
			<author><![CDATA[dummy@example.com (pingouinux)]]></author>
			<pubDate>Wed, 14 Nov 2012 08:29:47 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11505481#p11505481</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Sed et Awk, extraction d'une suite de numéros]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11505441#p11505441</link>
			<description><![CDATA[<p>@pingouinux : ne faut-il pas backslasher les ( ) de &quot;sauvegarde&quot; du pattern ?</p>]]></description>
			<author><![CDATA[dummy@example.com (iuchiban)]]></author>
			<pubDate>Wed, 14 Nov 2012 08:22:39 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11505441#p11505441</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Sed et Awk, extraction d'une suite de numéros]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11505021#p11505021</link>
			<description><![CDATA[<p>Bonjour,</p><div class="codebox"><pre><code>sed -r &#039;s/^.*callernum=([0-9]{8,12}).*$/\1/&#039; asterisk.out &gt;A
sed -r &#039;s/^.*calleenum=([0-9]{8,12}).*$/\1/&#039; asterisk.out &gt;B</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (pingouinux)]]></author>
			<pubDate>Wed, 14 Nov 2012 07:14:06 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11505021#p11505021</guid>
		</item>
		<item>
			<title><![CDATA[Sed et Awk, extraction d'une suite de numéros]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11504981#p11504981</link>
			<description><![CDATA[<p>Bonjour,</p><p>Je suis en la possession d&#039;un server asterisk, et je souhaite effectuer un lot propre contenant uniquement les numéros des appelants dans un fichier A, et les appelés dans un fichier B</p><p>Voici un exemple de ligne que asterisk me donne :</p><p>Executing [XXXXXXXXXXX@from-internal:3] AGI(&quot;SIP/8000-00000250&quot;, &quot;agi://localhost/outboundroute.agi?callernum=YYYYYY&amp;calleenum=XXXXXXXXXXX&quot;)</p><p>les numeros XXXXX et YYYY peuvent etre composés de 8 à 12 chiffres.</p><p>Pouvez vous m&#039;aider ?</p>]]></description>
			<author><![CDATA[dummy@example.com (mikaveli)]]></author>
			<pubDate>Wed, 14 Nov 2012 06:56:58 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11504981#p11504981</guid>
		</item>
	</channel>
</rss>
