wget --timeout=0 -q -t 1 -O - http://127.0.0.1/path/file.php >result.txt 2>result.txt
SORTIE=`cat result.txt | tr '\015\012' ' '`
echo $SORTIE
Paste this in your website: <script type="text/javascript" src="http://www.posteet.com/embed/1395"></script>
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>