<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://dotclear.placeoweb.com/feed/rss2/xslt" ?><rss version="2.0"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:wfw="http://wellformedweb.org/CommentAPI/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>PlaceOweb Dotclear - Bash</title>
  <link>http://dotclear.placeoweb.com/</link>
  <atom:link href="http://dotclear.placeoweb.com/feed/category/Bash/rss2" rel="self" type="application/rss+xml"/>
  <description></description>
  <language>fr</language>
  <pubDate>Wed, 08 Feb 2012 10:40:05 +0100</pubDate>
  <copyright></copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
  <item>
    <title>Unix bash, les commandes que l'on ne devrait pas oublier</title>
    <link>http://dotclear.placeoweb.com/post/unix-bash-commandes-ne-pas-oublier</link>
    <guid isPermaLink="false">urn:md5:ed656df65baeb2028d8b8b58ee87485c</guid>
    <pubDate>Sat, 03 Sep 2011 18:33:00 +0200</pubDate>
    <dc:creator>PlaceOweb</dc:creator>
        <category>Bash</category>
        <category>linux</category>    
    <description>&lt;p&gt;Un bref rappel pour les utilisateurs et les administrateurs sous linux.
A coup de &lt;a href=&quot;http://fr.wikipedia.org/wiki/Vi_(logiciel)&quot; hreflang=&quot;fr&quot;&gt;vi&lt;/a&gt;, &lt;a href=&quot;http://fr.wikipedia.org/wiki/Awk&quot; hreflang=&quot;fr&quot;&gt;awk&lt;/a&gt;, &lt;a href=&quot;http://fr.wikipedia.org/wiki/Sed_%28logiciel%29&quot; hreflang=&quot;fr&quot;&gt;sed&lt;/a&gt; pour expression régulières, .sh, etc... pour se simplifier les taches quotidiennes d'édition, substitution en faisant des scripts.&lt;/p&gt;


&lt;p&gt;Si vous rechercher la même chose sous Windows, suivez ce lien&amp;nbsp;: &lt;a href=&quot;http://dotclear.placeoweb.com/post/Windows-les-commandes-ne-pas-oublier-bat-batch-dos&quot;&gt;mémo sur Windows des commandes utiles&lt;/a&gt;&lt;/p&gt;    &lt;p&gt;killall


A défaut de faire fonctionner killall avec un patern d'expression régulière, voici d'autres méthodes :


Controlling Processes


pkill et pgrep


Lister tous les processus qui comprennent &quot;SCREEN&quot; dans leur programme ou argument de l'utilisateur &quot;www-data&quot;

pgrep -u www-data -l -f SCREEN

Tuer tous les processus qui comprennent &quot;SCREEN&quot;... &lt;a href=&quot;http://dotclear.placeoweb.com/post/unix-bash-commandes-ne-pas-oublier&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; Unix bash, les commandes que l'on ne devrait pas oublier&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://dotclear.placeoweb.com/post/unix-bash-commandes-ne-pas-oublier#comment-form</comments>
      <wfw:comment>http://dotclear.placeoweb.com/post/unix-bash-commandes-ne-pas-oublier#comment-form</wfw:comment>
      <wfw:commentRss>http://dotclear.placeoweb.com/feed/atom/comments/11</wfw:commentRss>
      </item>
    
  <item>
    <title>Windows bash, les commandes que l'on ne devrait pas oublier (.bat batch dos)</title>
    <link>http://dotclear.placeoweb.com/post/Windows-les-commandes-ne-pas-oublier-bat-batch-dos</link>
    <guid isPermaLink="false">urn:md5:87b4c1482c304554008850d97811af88</guid>
    <pubDate>Fri, 28 Dec 2007 00:24:00 +0100</pubDate>
    <dc:creator>PlaceOweb</dc:creator>
        <category>Bash</category>
        <category>windows</category>    
    <description>&lt;p&gt;Pas évident de trouver de l'aide française sur l'utilisation du shell DOS afin de créer des fichiers batch .bat s'exécutant sous le DOS.&lt;/p&gt;


&lt;p&gt;Si vous rechercher la même chose sous Linux, suivez ce lien&amp;nbsp;: &lt;a href=&quot;http://dotclear.placeoweb.com/post/unix-bash-commandes-ne-pas-oublier&quot;&gt;mémo sur Linux des commandes utiles&lt;/a&gt;&lt;/p&gt;    &lt;p&gt;Batch DOS


FR

FAQ De nombreuses questions et leurs réponses sur la création de fichiers Batch
.bat
DOS
Liste des commandes MS-DOS
Le MS-DOS
Le DOS: 4. commandes systèmes
Quelques exemples de fichiers Batch



EN

Documentation officielle de Microsoft sur les commandes

Command-Line reference A-Z
Using batch files

La référence sur le batch... &lt;a href=&quot;http://dotclear.placeoweb.com/post/Windows-les-commandes-ne-pas-oublier-bat-batch-dos&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; Windows bash, les commandes que l'on ne devrait pas oublier (.bat batch dos)&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://dotclear.placeoweb.com/post/Windows-les-commandes-ne-pas-oublier-bat-batch-dos#comment-form</comments>
      <wfw:comment>http://dotclear.placeoweb.com/post/Windows-les-commandes-ne-pas-oublier-bat-batch-dos#comment-form</wfw:comment>
      <wfw:commentRss>http://dotclear.placeoweb.com/feed/atom/comments/88</wfw:commentRss>
      </item>
    
  <item>
    <title>VI - L'éditeur de texte standard d'UNIX</title>
    <link>http://dotclear.placeoweb.com/post/vi-editeur-texte-standard-unix</link>
    <guid isPermaLink="false">urn:md5:c2e45d0b3b7562448c3ffccd781d24c9</guid>
    <pubDate>Thu, 21 Sep 2006 00:22:00 +0200</pubDate>
    <dc:creator>PlaceOweb</dc:creator>
        <category>Bash</category>
        <category>linux</category>    
    <description>&lt;p&gt;vi(m) est un éditeur de texte très puissant, qui permet en quelques combinaisons de touches d'éviter beaucoup de manipulation, tel que le ferait un éditeur de texte classique.&lt;/p&gt;    &lt;p&gt;ÉDITEUR VI ou VIM


Ouvrir, enregistrer, enregistrer sous, quitter


Ouvrir un document :

vi nom-du-fichier


Enregistrer

:w!


Enregistrer sous &quot;/tmp/toto.save&quot;

:w /tmp/toto.save


Quitter

:q!


Enregistrer et quitter

:wq!


Une fois votre fichier ouvert, trois types de commandes sont à connaître dans un premier temps :


Rechercher... &lt;a href=&quot;http://dotclear.placeoweb.com/post/vi-editeur-texte-standard-unix&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; VI - L'éditeur de texte standard d'UNIX&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://dotclear.placeoweb.com/post/vi-editeur-texte-standard-unix#comment-form</comments>
      <wfw:comment>http://dotclear.placeoweb.com/post/vi-editeur-texte-standard-unix#comment-form</wfw:comment>
      <wfw:commentRss>http://dotclear.placeoweb.com/feed/atom/comments/17</wfw:commentRss>
      </item>
    
</channel>
</rss>
