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 bash shell command?
How will you connect to a database server from linux?
Explain about shebang?
How do scripts work?
What is shell application?
What is the best scripting language?
Is shell and terminal the same?
What is a shell in operating system?
What are the different types of shell scripting?
How to get the first line from a file using just the terminal?
Explain about echo command?
What is the lifespan of a variable inside a shell script?
What is echo $shell?
What are the advantages of shell scripting?
What does echo $0 do?