Closed larryv closed 7 months ago
Bash has both typeset and declare, but ksh has typeset only. Recommend the more portable alternative to users.
typeset
declare
Thanks!
Bash has both
typeset
anddeclare
, but ksh hastypeset
only. Recommend the more portable alternative to users.