Uwe Dippel([EMAIL PROTECTED])@2006.12.20 18:43:35 +0800:
> I needed some little script; and - as usual - tried it out by typing:
> i=0
> uplim=10
> while [ $i -lt $uplim ]
> do
>        ((i=i+1))
>        echo $i
> done
> 1
> 2
> 3
> 4
> 5
> 6
> 7
> 8
> 9
> 10
>
> So good, so far.
> So I put the history into a file; added
> #!/bin/sh
^^^^^^^^^^^ tried /bin/ksh as shebang?

cheers,
teemu

--
Don't be too proud of the technological
terror you have constructed -- D. Vader

[demime 1.01d removed an attachment of type application/pgp-signature]

Reply via email to