Bonsoir a tous,ça j'en sais rien ... mais- Y a t il moyen d'enlever le simple clic dans konqueror ?
j'évite toujours les variables a une lettre pas tres pratique dans une recherche (vi ou sed :%s;i;VAR;g !!!!!)
- Comment, dans bash incrementer une variable ?
ex.: i = $i++
un truc du genre VAR=`expr $VAR + 1 `
HArtung attention aux espaces entre expr $VAR entre $VAR et +
et entre + et 1
remarque il s'agit de "cote inverse" sur un clavier azerty c'est Altgr+7
=> ``` et non '
pour tester
[benigni@florent benigni]$ TOTO=1
[benigni@florent benigni]$ expr $TOTO + 1
2
[benigni@florent benigni]$
[benigni@florent benigni]$ TOTO=`expr $TOTO + 1`
[benigni@florent benigni]$ echo $TOTO
2
[benigni@florent benigni]$ TOTO=`expr $TOTO + 1`
[benigni@florent benigni]$ echo $TOTO
3
[benigni@florent benigni]$
Genial ça fonctionneMerci d'avance,
------------------------------------------------------------------------
Vous souhaitez acquerir votre Pack ou des Services MandrakeSoft?
Rendez-vous sur "http://www.mandrakestore.com"
begin:vcard n:Benigni;Yves-Jean x-mozilla-html:FALSE org:Centre H�spitalier Ren� Dubos;Communication et Syst�mes d'Informations adr:;;;;;; version:2.1 email;internet:[EMAIL PROTECTED] title:Administrateur Syst�me et R�seaux UNIX/LINUX note;quoted-printable:<pre> __ _=0D=0A / / (_)____ __ __ _ __=0D=0A / / / // __ \ / / / /| |/_/=0D=0A / /___ / // / / // /_/ /_> <=0D=0A /_____//_//_/ /_//_____/ /_/\_\=0D=0A inside</pre> x-mozilla-cpt:;-19104 fn:Yves-Jean Benigni end:vcard
Vous souhaitez acquerir votre Pack ou des Services MandrakeSoft? Rendez-vous sur "http://www.mandrakestore.com"
