$10
–
10th Positional Parameter
$10
is the value of the tenth positional parameter.
It has to be referenced as parameter expansion, e.g. ${10}
.
Links
Examples
- Print 10th parameter value
1
echo ${10}
- Print with a fallback value
1
echo ${10-Fallback value}
BashSuport Pro ist eine Bash und POSIX IDE mit Unterstützung für $10 – probieren Sie es aus!