How can I Debug a shell scripts and Perl scripting??
or How do you debug a shell scripting and perl scripting (
at the compile time error or run
time error) in Unix environment ?
Answer Posted / ram
We can also use below command to debug the script
bash -xv <scriptname.sh>
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How can you get the value of pi till a 100 decimal places?
What happens when you type ls?
Can we run shell script in windows?
When should shell programming/scripting not be used?
Is shell scripting a language?
How do scripts work?
How to print all the arguments provided to the script?
Explain about non-login shell files?
What are the four fundamental components of every file system on linux?
Is shell scripting useful?
What are different types of shell?
What is shift command in shell script?
How to print the first array element?
What is batch file programming?
How do I open the shell in cmd?