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 do you find out What is your shell?
Why do we use shell scripting?
Devise a script that takes file name as arguement(which must present in the current directory)and locates from your home directory tree all thpath names of its links.Then mail the list to self.
What are the different commands available to check the disk usage?
What are zombie processes?
is this growing field and what is average package in this?
What is echo $shell?
How do I run a script on mac?
What is bash coding?
What does $$ mean in shell script?
What language is bash?
What are the disadvantages of shell scripting?
how to print the matrix form of 2-d, 3-d arrays in unix c shell scripts ?
What is an sh file?