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