What are the three main forms of enabling debugging in a
shell script?
Answers were Sorted based on User's Feedback
Answer / neha c
set -vx
v:- verbose option(this option outputs every line of the
script onto the standard output console)
x:- this option substitutes every variable's value which is
used in the shell script.
To turn off the debugging option, use set +vx.
| Is This Answer Correct ? | 2 Yes | 0 No |
What is the difference between bash and shell?
Write down the syntax for all the loops in shell scripting.
What is MUTEX?
What command needs to be used to take the backup?
What is shell company all about?
How do I save a powershell script?
What shell is bin sh?
What is bourne shell scripting?
What is an sh file?
What is shell scripting?
How do I run a script from command prompt?
What are the different types of shell scripting?