Re: Re: [debutant] youyou ! HÉ ! hello ! hallo ! wie geht's ?

xavier benigni <[email protected]>
Newsgroups gmane.linux.mandrake.expert.french
Message-ID <[email protected]>
> [jipe@ruth ~]$ echo 1:1:0.2 | (
> IFS=':.' 
> read a b c d
> echo $(((3600*$a)+(60$*b)+$c)).$d
> )    
euuuu moins lourd et qui marche pareil
toto=1:1:0.2
res=`(IFS=':.' ; set -- $toto; echo 600*$1)+(60*$2)+$3)).$4)`
echo $res

comme "echo", "set", "`" et "=" sont buit-in, cela consomme quazi 0 ressources
message-footer.txt (text/plain, 232 B)
____________________________________________________
Want to buy your Pack or Services from Mandriva? 
Go to http://store.mandriva.com
Join the Club : http://www.mandrivaclub.com
____________________________________________________
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.