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