În data de 26-02-2002, la 00h 26'49", Andrei Pelinescu-Onciul scria despre "[rlug] Re: shell programming, newbie": > On Feb 25, 2002 at 22:48, Ionel Mugurel Ciobica <[EMAIL PROTECTED]> > wrote: > > Gata trec la sh. > > > > Acolo fac: > > > > let mj = =0.81649658092772603272*(4+$i) > > [...] > > Incearca sa folosesti bc pentru operatii cu numere reale: > > > for i in 1 2 3 4 5 6 7 8 9 10 ; do > mj=`echo "sqrt(2/3)*(4+$i)" | bc -lq`; > echo $mj; > done >
Mersi mult. M-ai scos din rahat. Incepusem sa fac fisierele alea la mina... Merge frumos acum. Mugurel --- Send e-mail to '[EMAIL PROTECTED]' with 'unsubscribe rlug' to unsubscribe from this list.
