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 / sushil
In addition to Hema's ans :
We can have some $? statement, echo statements embadded in
script.
In pern we can use -w option to print the warning or erros
generated during compilation, can make use os strict to force
to use good programming practice...
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the crontab?
What is path variable bash?
Which is better perl or shell scripting?
Set up a Sev 2 alert when the Primary WA service fails. A windows batch script needs to be created that will monitor the WA service on the Primary and when the service stops/fails a Sev 2 TT is generated for a particular team ?
What is the syntax of "nested if statement" in shell scripting?
What is the syntax of while loop in shell scripting?
What is a program shell?
What does the sh command do?
Tell something about the super block in shell scripting?
What is a shell? · Types of shell · what is shell scripting?
What is the first line of a shell script called?
What is scripting used for?
How do I run a powershell script?
What language is bash written in?
How can any user find out all information about a specific user like his default shell, real-life name, default directory, when and how long he has been using the system?