What are the three main forms of enabling debugging in a
shell script?
Answer Posted / arun singh
set -x
set -v
set -f
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is meant by $1 in shell script?
How do I run a shell script on a mac?
Can shell script run on windows?
How to use arguments in a script?
What does it mean to debug a script?
Print the 10th line without using tail and head command.
Why is used in shell scripting?
What is bash used for?
Explore about environment variables?
What language is bash written in?
How do I run a .sh file on mac?
How do I edit a .sh file?
Explain about "s" permission bit in a file?
How can I set the default rwx permission to all users on every file which is created in the current shell?
Explain about the slow execution speed of shells?