<?xml version="1.0" encoding="UTF-8" ?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Posteet: awk</title> 
    <link>http://www.posteet.com/</link> 
    <description>Recent posteets posted to Posteet</description>
    <ttl>60</ttl>

    
    <item>
        <title>Get your IP address using http://www.whatismyip.com</title>
        <link>http://www.posteet.com/view/563</link>
        <description>
        <![CDATA[<pre>lynx -dump http://www.whatismyip.com | grep -i &quot;Your IP is&quot; | awk '{ print $4; }'</pre> <a href="http://www.posteet.com/tags/awk">[awk]</a>  <a href="http://www.posteet.com/tags/bash">[bash]</a>  <a href="http://www.posteet.com/tags/ip">[ip]</a>  <a href="http://www.posteet.com/tags/lynx">[lynx]</a> ]]>        </description>
        <dc:creator>spirit</dc:creator>
        <pubDate>Mon, 10 Dec 2007 08:13:18 +0000</pubDate>

            <category>awk</category>
            <category>bash</category>
            <category>ip</category>
            <category>lynx</category>
    
    </item>

  
    <item>
        <title>Somme d'une colonne avec AWK</title>
        <link>http://www.posteet.com/view/404</link>
        <description>
        <![CDATA[<pre>Par exemple, pour connaitre la place utilisee en memoire par le processus apache2 : 
ps -ely | grep '\&lt;apache2\&gt;' | awk '{SUM += $8} END {print SUM}'

ou pour connaitre la place en Ko prise par tous les fichiers PNG du repertoire : 
ls -l *.png | awk '{SUM += $5} END {print SUM/1024}'</pre> <a href="http://www.posteet.com/tags/awk">[awk]</a>  <a href="http://www.posteet.com/tags/bash">[bash]</a>  <a href="http://www.posteet.com/tags/linux">[linux]</a>  <a href="http://www.posteet.com/tags/somme">[somme]</a>  <a href="http://www.posteet.com/tags/ssh">[ssh]</a> ]]>        </description>
        <dc:creator>paquai13</dc:creator>
        <pubDate>Mon, 12 Nov 2007 15:45:00 +0000</pubDate>

            <category>awk</category>
            <category>bash</category>
            <category>linux</category>
            <category>somme</category>
            <category>ssh</category>
    
    </item>


</channel>
</rss>
