$BASH_COMMAND
–
The Executed Command
$BASH_COMMAND
is the command currently executed or about to be executed.
Links
Examples
- Print the current command
1
echo "Hello, command: $BASH_COMMAND"
BashSupport Pro ist eine Bash IDE mit Unterstützung für $BASH_COMMAND – probieren Sie es aus!