On Mon, Jul 22, 2013 at 12:19 AM, Dan Douglas <[email protected]> wrote: > Hi, > > $ ksh -c 'typeset -i x=1; x+=1 command eval echo \$x' > 1
Why should this work? You're missing a ; character between =1 and command. Irek _______________________________________________ ast-users mailing list [email protected] http://lists.research.att.com/mailman/listinfo/ast-users
