Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

bash set -x

# Print commands and their arguments as they are executed.
set -x
# Disable Print commands.
set +x
Source by linuxcommand.org #
 
PREVIOUS NEXT
Tagged: #bash #set
ADD COMMENT
Topic
Name
2+9 =