Shell Debugging Prompt String
$PS4
defines the prompt string of your shell, which is printed during shell debugging. It’s printed when line tracing is enabled, e.g. by calling set -x
.
Links
Examples
|
|
BashSupport Pro is a Bash IDE with support for $PS4 – try it now!