$5
–
5th Positional Parameter
$5 is the value of the fifth positional parameter.
Links
Examples
- Print 5th parameter value
1echo $5- Print with a fallback value
1echo ${5-Fallback value}
BashSupport Pro is a Bash and POSIX IDE with support for $5 – try it now!