Subject: Re: ksh and bash
To: None <wojtek@3miasto.net>
From: Jason Beegan <jtb@kurwenal.com>
List: netbsd-users
Date: 04/28/2001 19:07:55
$((a+b+7)) works for me.


> how to do in ksh something like
> 
> $[a+b+7]
> 
> which gives in bash sum of variable a,b and 7
> 
> 
>