cc: [email protected] Subject: Re: [uwin-users] exploring bash and sh, looking for typeset equivalent --------
> ksh typeset is very useful, especially in .profile scripts. Is there an > equival > ent feature in bash and sh? Neither of them recognize typeset. > > Thanks. > Michael E. Lindenmeyer > 090404.2126 > Doesn't bash support a subset of typeset (or the equivalent declare) at least for integer variables? zsh supports a number of typeset features. What features of typeset are you using in your .profile? David Korn [email protected] _______________________________________________ uwin-users mailing list [email protected] https://mailman.research.att.com/mailman/listinfo/uwin-users
