On Tue, 26 Feb 2002, Ionel Mugurel Ciobica wrote:
> In cartea ce am pomenit-o sint doua capitole, la sfirsit, unul de perl si
> altul de Tcl/Tk. Promit sa ma uit. Parca am auzit si de python pe undeva.
> PHP nu cred sa fi auzit.
De Python nu te apuca decat daca vrei ceva care se invata intr-un weekend
si merge cumplit de repede comparativ cu bash si cu perl.
Update la solutia lui Andrei (daca nu vrei sa scrii de mana toate numerele
alea).
unset i
i=1
while [ $i != 9999999 ]
do
mj=`echo "sqrt(2/3)*(4+$i)" | bc -lq`;
echo $mj;
i=`echo "$i+1" | bc -lq`;
done
Flower (python&bash lover ;)
--
The difference between Bill Gates and God is
God knows that He is not Bill Gates
---
Send e-mail to '[EMAIL PROTECTED]' with 'unsubscribe rlug' to
unsubscribe from this list.