$parameters
–
Mapping of parameter name to type
$parameters
maps the available parameters to strings describing their type and flags.
The values follow the (t)
parameter expansion flag.
Links
Examples
- Print all parameters with type and flags
- Output:
1
typeset -A parameters
1 2
# only the first two key-value pairs are shown parameters=( [RANDOM]=integer-special [USERNAME]=scalar-special ... )
BashSupport Pro 是一款支持 parameters** 的 **Zsh 集成开发环境 - 立即试用!