$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.

Examples

Print all parameters with type and flags
1
typeset -A parameters
Output:
1
2
# only the first two key-value pairs are shown
parameters=( [RANDOM]=integer-special [USERNAME]=scalar-special ... )
BashSupport Pro 是一款支持 parameters** 的 **Zsh 集成开发环境 - 立即试用
© 2020–2024 Joachim Ansorg
声明
隐私政策
许可条款