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
Print the 10th line without using tail and head command.
What are the different types of variables used in shell script?
What is a shell made of?
What does $0 mean in shell script?
How are shells born?
What does $$ mean in shell script?
What does .sh file contain?
determine the output of the following command: echo ${new:-variable}
What is the syntax of while loop in shell scripting?
What does $@ mean in shell?
What is an sh file?
How to get the last line from a file using just the terminal?
What are the disadvantages of shell scripting?
What is the syntax of "nested if statement" in shell scripting?
Is shell a scripting language?