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 / manas
We can debug only by $? which contains the returned value
of last executed command.
If $? contains 0 value then command run successfully other
wise error occured while running command
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What does path stand for?
How do I start a shell script?
What is scripting used for?
Explain how you Automate your application using Shell scripting.
What are the different commands available to check the disk usage?
Explain about return code?
What is web script?
How does path variable work?
Explore about environment variables?
What is the default ubuntu terminal?
How would you compare the strings in a shell script?
How do scripts work?
What does debug script mean?
c program to implement unix/linux command to block the signal ctrl-c and ctrl-\ signal during the execution ls -l|wc -l
What language is shell scripting?