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

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

    
    <item>
        <title>Utiliser la commande grep depuis vim</title>
        <link>http://www.posteet.com/view/520</link>
        <description>
        <![CDATA[<pre>:grep motif fichier     Lance la commande grep afin de rechercher &quot;motif&quot; dans la liste &quot;fichier&quot; et affiche le résultat. Le curseur est ensuite positionné automatiquement sur la première occurence.
:cn                            Permet de placer le curseur sur l'occurence suivante.
:cp                            Permet de placer le curseur sur l'occurence précédente.</pre> <a href="http://www.posteet.com/tags/grep">[grep]</a>  <a href="http://www.posteet.com/tags/shell">[shell]</a>  <a href="http://www.posteet.com/tags/vim">[vim]</a> ]]>        </description>
        <dc:creator>sebclick</dc:creator>
        <pubDate>Sun, 25 Nov 2007 14:19:58 +0000</pubDate>

            <category>grep</category>
            <category>shell</category>
            <category>vim</category>
    
    </item>

  
    <item>
        <title>Ecrire le résultat d'une commande shell dans vim</title>
        <link>http://www.posteet.com/view/421</link>
        <description>
        <![CDATA[<pre>Ajoute le résultat de la commande &quot;date&quot; dans le document :
:r!date

Ajoute le résultat de la commande &quot;pwd&quot; dans le document :
:r!pwd

Ajoute le résultat de la commande &quot;ls&quot; dans le document :
:r!ls</pre> <a href="http://www.posteet.com/tags/shell">[shell]</a>  <a href="http://www.posteet.com/tags/vim">[vim]</a> ]]>        </description>
        <dc:creator>sebclick</dc:creator>
        <pubDate>Wed, 14 Nov 2007 10:15:30 +0000</pubDate>

            <category>shell</category>
            <category>vim</category>
    
    </item>

  
    <item>
        <title>Afficher le man depuis vim</title>
        <link>http://www.posteet.com/view/412</link>
        <description>
        <![CDATA[<pre>Pour afficher le man d'une d'une fonction C ou d'une commande shell, positionnez le curseur sur le mot concerné et appuyez sur K (k majuscule).</pre> <a href="http://www.posteet.com/tags/shell">[shell]</a>  <a href="http://www.posteet.com/tags/vim">[vim]</a> ]]>        </description>
        <dc:creator>sebclick</dc:creator>
        <pubDate>Tue, 13 Nov 2007 11:16:48 +0000</pubDate>

            <category>shell</category>
            <category>vim</category>
    
    </item>

  
    <item>
        <title>Editer la sortie standard avec vim</title>
        <link>http://www.posteet.com/view/365</link>
        <description>
        <![CDATA[<pre>Voici comment éditer la sortie standard d'une commande unix avec vim.
   grep apache2.log | vim -</pre> <a href="http://www.posteet.com/tags/shell">[shell]</a>  <a href="http://www.posteet.com/tags/vim">[vim]</a> ]]>        </description>
        <dc:creator>sebclick</dc:creator>
        <pubDate>Mon, 12 Nov 2007 11:18:57 +0000</pubDate>

            <category>shell</category>
            <category>vim</category>
    
    </item>


</channel>
</rss>
