$SHLVL
–
Bash Nesting Level
$SHLVL
contains the level of nested Bash shells.
Links
Examples
- Print the nesting level of the Bash process:
1
echo $SHLVL
BashSupport Pro ist eine Bash IDE mit Unterstützung für $SHLVL – probieren Sie es aus!