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