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
How can we find the process name from its process id?
What is a boot block?
Differentiate between ‘ and ” quotes.
How to find duplicate record in file using shell script?
In my bash shell I want my prompt to be of format '$"present working directory":"hostname"> and load a file containing a list of user-defined functions as soon as I log in, how will you automate this?
What is shell company all about?
what is info area how many types?
What does echo $0 do?
What makes c shell a more preferable option than the bourne shell?
How to open a read-only file in the shell?
Explore about environment variables?
What can scripts do?
How do I run a bin bash script?
What is shell and shell script?
shell script for reverse the string