Bash - Debug

Bash Liste Des Attaques Ovh

Trace

set -o xtrace
set -x
set +x

At the top of the script to print out the line number and the command that's being executed to STDERR.

set -xv 





Discover More
Bash Liste Des Attaques Ovh
Bash - (Builtin|Intern|System|Reserved|Shell) variable name

Reserved variable name are named that have a special meaning for the bash shell. PS1 defines the shell's command-line prompt. HOME defines the home directory for a user. PATH defines a list...



Share this page:
Follow us:
Task Runner