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 happens on a system call?
What does echo $0 do?
I want to connect to a remote server and execute some commands, how can I achieve this?
what is info area how many types?
I want to monitor a continuously updating log file, what command can be used to most efficiently achieve this?
How do I run a shell script on a mac?
How will you emulate wc –l using awk?
Write a shell script that adds two numbers if provided as the command line argument and if the two numbers are not entered throws an error message.
What does debug script mean?
Explain about sourcing commands?
Is shell scripting easy to learn?
What is shift command in shell script?
What is the default ubuntu terminal?
How can we find the process name from its process id?
What is wc in shell script?