What are the three main forms of enabling debugging in a
shell script?
Answer Posted / learner
set -x
set -v
set -n
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Why are there shells on the beach?
How do I run a .sh file?
What is meant by $1 in shell script?
What language is bash?
write a shell script to generate a alert ? like when ur birthday came then generate a alert ur birthday is today like that ?
What does it mean by #!/Bin/sh or #!/Bin/bash at the beginning of every script?
Can shell script run on windows?
What is the significance of the shebang line in shell scripting?
How will you emulate wc –l using awk?
What is the difference between grep and egrep?
Explain about debugging?
shell script for reverse the string
State the advantages of shell scripting?
How do I stop script errors?
What are zombie processes?