TYPESET(1)

NAME

typeset - alias for declare.

SYNOPSIS

typeset [-agirx] [name[=value] ...]
typeset -p [name ...]

DESCRIPTION

typeset is a Bash-compatible alias for declare. It accepts the same options and has the same scoping, attribute, array, output, and exit-status behavior. Printed declarations use the name declare.

SEE ALSO

rush-builtins(7), declare(1), local(1).