s/for Guile exp evaluation/for Guile exp evaluation directly

On Fri, Feb 17, 2012 at 9:39 AM, Nala Ginrut <nalagin...@gmail.com> wrote:

> Besides, the BIG also can be use in Bash script. But if you didn't build
> BIG within Bash, you must load it in script each time:
>
> ------------test.sh--------------
> #! /bin/bash
>
> enable -f ./big big
>
> e=5
> a=$(big "(expt 2 ${e})")
> echo "result is ${a}"
> ------------end---------------
>
> $ ./test.sh
> result is 32
>
> BTW, if you made BIG a builtin command, which means put BIG into Bash src
> and build it. You can use BIG for Guile exp evaluation!
> Enjoy!
>
> On Fri, Feb 17, 2012 at 9:28 AM, Nala Ginrut <nalagin...@gmail.com> wrote:
>
>> Happy birthday!
>>
>>
>>
>

Reply via email to