$9
–
9th Positional Parameter
$9
is the value of the ninth positional parameter.
Links
Examples
- Print 9th parameter value
1
echo $9
- Print with a fallback value
1
echo ${9-Fallback value}
BashSuport Pro ist eine Bash und POSIX IDE mit Unterstützung für $9 – probieren Sie es aus!