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 command to find out today's date?
If one dont know how to create a script then how he/she can use the QTP?
write a shell script to check whether all the directories in the path exist has read and write permission
Explain about the exit command?
What is inside a seashell?
There is a record with fields namely name,roll no.,salary,grade etc.Now,write a script to create a file with multiple records have same combination of fields but with unique roll numbers.The script should work for different names in the input file.
How can I set the default rwx permission to all users on every file which is created in the current shell?
What is the syntax of while loop in shell scripting?
what is info area how many types?
What is a shell in operating system?
What does echo mean in scripting?
How can we find the process name from its process id?