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 batch file programming?
What is the first line of a shell script called?
What are different types of shell?
What does path stand for?
what is info area how many types?
I want to connect to a remote server and execute some commands, how can I achieve this?
What command needs to be used to take the backup?
What is path in shell script?
Why is shell scripting important?
What is basename in shell script?
What is the lifespan of a variable inside a shell script?
How to write a function?
Which shell is the best?
What is the use of .sh file?
What is mac default shell?