$BASH_EXECUTION_STRING
–
Value Passed to bash -c
$BASH_EXECUTION_STRING
contains the value, which was passed to bash -c
.
Links
Examples
- Print the current value
1
bash -c 'echo input=-$BASH_EXECUTION_STRING-'
BashSupport Pro is a Bash IDE with support for $BASH_EXECUTION_STRING – try it now!