how did u debugging in unix/ linux platform ??( project
Related)
Answers were Sorted based on User's Feedback
Answer / santana20142003
If it is a shell script use #!/bin/ksh -x
| Is This Answer Correct ? | 4 Yes | 0 No |
For gdb in linux/unix Gnu Debugger is available. Please
read the mannuals for gdb.
man gdb
| Is This Answer Correct ? | 1 Yes | 0 No |
In shell scripting if text is surrounded by single quotes what does it denotes?
how to create purchase order
write a shell script to find the largest number from 3 given numbers.
What is the conditional statement in shell scripting?
Is bash an operating system?
How to check if the previous command was run successfully?
What does it mean to debug a script?
What is a shell made of?
Explain about the exit command?
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.
How u convert string "hi pravin how are you?" to "Hi Pravin How Are You?"
i have 2 tables 4 colums table 1 respective values a1 6, a2 8,a3 9,a4 14 & table 2 respective values a1 6, a2 8, a3 9, a4 12. if compare 2 tables 3 colums values same then 4th column values 1)Qes diff >5 then (5 * diff value ) 2)Qes diff <5 the 5 3)Qes diff 5 then 5 print respective values..