(Courriels de diversion: <contaminais@trope-reorientes.com> <reniement@garantiraient-bancaires.com> <cautionnons@hongrer-crevassant.com> <ecrêter@desheriteront-cliquetteront.com> <ratifierent@jaunissement-methodologie.com> <gouffres@repletes-attendaient.com> <retives@baron-vaquerent.com> <brimeront@sous-titres-survenir.com> <recrutement@longitudinal-bosselees.com> <fraternisant@louerions-dedisiez.com> )


En réponse à Philippe Coulonges <cphil@cphil.net>:
> Je comprend mieux pourquoi tu te permet de "basher" les autres.
BASHER QUI???
> Tes questions philosophiques sont tellement plus importantes pour
JE CROYAIS QUE LINUX-31 ETAIT UNE LISTE TECHNIQUE!
BASH EST UTILISE AVEC LINUX? NON???
> l'avenir du monde (surtout qu'avec des guillemets, c'est facile ton
> truc).
LA REPONSE AVEC UN 'sed' SUR LE 'echo' 
POUR SUBSTITUER LES 'a' PAR DES BLANCS ' '
NE ME SATISFAIT PAS.

ET DEPUIS QUAND, CEUX QUI NE SAVENT PAS,
N'ONT ILS PAS LE DROIT DE POSER DES QUESTIONS DITES FACILE???


JE ME SUIS PEUT ETRE MAL EXPRIME
SUR LE PROBLEME DE BASH:

JE CHERCHE A INSERER DU BLANC
ENTRE LE MOT ET LA PARENTHESE.

EN FAIT, JE NE SAIS PAS COMMENT AVOIR UNE SEQUENCE DE BLANCS
DANS 'BLANK_SERIES'
JE PENSAIS A UN TRUC DU STYLE:
BLANK_SERIES="'\ ' '\  ' '\   '"
CAR LE SEPARATEUR D'UNE SEQUENCE EN BASH EST LE BLANC ' '

-------------------------------
#!/bin/bash

BLANK_SERIES="a aa aaa"
CHAINE="toto titi"
RESULT=

for i in ${CHAINE}
do
  for j in ${BLANK_SERIES}
  do
    RESULT="$RESULT ${i}${j}("
    echo $RESULT
  done
done
--------------------------------

COMMENT OBTENIR CECI AVEC UN SEQUENCE DE BLANC??

toto (
toto ( toto  (
toto ( toto  ( toto   (
toto ( toto  ( toto   ( titi (
toto ( toto  ( toto   ( titi ( titi  (
toto ( toto  ( toto   ( titi ( titi  ( titi   (
--------------------------------
Laurent.

---------------------------------------------------------------------
Aide sur la liste: <URL:mailto:linux-31-help@CULTe.org>Le CULTe sur le web: <URL:http://www.CULTe.org/>