Answers for "linux set -x"

0

linux set -x

#Following command enables debugging printing each executed command in 
# the terminal
set -x
#Following command disables the debugging option in the run of the script
set +x
Posted by: Guest on August-06-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language