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