how did u debugging in unix/ linux platform ??( project
Related)
Answer Posted / santana20142003
If it is a shell script use #!/bin/ksh -x
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are zombie processes?
What does egrep mean?
What is shell application?
How do I debug a shell script?
How to check if the previous command was run successfully?
What is option in shell script?
What is the lifespan of a variable inside a shell script?
What is subshell?
How are shells born?
How will you pass and access arguments to a script in linux?
What are the advantages of shell script?
What are the different types of commonly used shells on a typical linux system?
What is shell scripting?
Determine the output of the following command: [ -z “” ] && echo 0 || echo 1
one folder contains lot of students name but I want to fetch hello with every student name individually using shell script