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