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