Tags: ligne

Sort by: Date / Title /

  1. 1 year ago by cyo
    1. wget --timeout=0 -q -t 1 -O -  http://127.0.0.1/path/file.php >result.txt 2>result.txt
    2. SORTIE=`cat result.txt | tr '\015\012' ' '`
    3. echo $SORTIE
    Paste this in your website: <script type="text/javascript" src="http://www.posteet.com/embed/1395"></script>
  2. 1 year ago by cyo
    Expression POSIX pour supprimer les lignes paires :
    Rechercher : ^(.*)\n.*
    Remplacer par : \1
    
    Expression POSIX pour supprimer les lignes impaires :
    Rechercher : ^.*\n(.*)
    Remplacer par : \1
    Paste this in your website: <script type="text/javascript" src="http://www.posteet.com/embed/1372"></script>

First / Previous / Next / Last / Page 1 of 1 (2 posteets)