Answers for "bash set -x"

0

bash set -x

# Print commands and their arguments as they are executed.
set -x
# Disable Print commands.
set +x
Posted by: Guest on July-21-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language