$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 ist eine Bash IDE mit Unterstützung für $BASH_EXECUTION_STRING – probieren Sie es aus!