Re: [LA-discussions] concaténation de variables bash

[ Thread Index | Date Index | More linuxarverne.org/discussions Archives ]


Le vendredi 28 novembre 2008, vous avez écrit :
> le pb est de transformer ma chaine en qq chose
> d'utilisable, du genre $CHOIX contient ou non un texte donné.

pour l'instant je fais ça :
if [ "$(echo $CHOIX | grep machaine)" != "" ];then VAR=1;fi
et ensuite je fais
if [ $VAR = 1 ];then monaction;fi

Ya plus simple ?

-- 
Cordialement, Daniel Cartron
« L'homme est aussi un microbe têtu. »
Jean Giono - Le hussard sur le toit


---
Liste de discussions de LinuxArverne
http://wiki.linuxarverne.org/listes_de_diffusion


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/