$10  –  10th Positional Parameter

$10 is the value of the tenth positional parameter. It has to be referenced as parameter expansion, e.g. ${10}.

Examples

Print 10th parameter value
1
echo ${10}
Print with a fallback value
1
echo ${10-Fallback value}
BashSupport Pro 是一款 Bash 和 POSIX 集成开发环境,支持 $10 - 立即试用
© 2020–2024 Joachim Ansorg
声明
隐私政策
许可条款