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 |
What is Linux language details
What is path in shell script?
What is shell variable?
State the advantages of shell scripting?
Is shell scripting a programming language?
What is the difference between grep and egrep?
What is .sh file in mac?
write a shell script to identify the given string is palindrome or not?
17 Answers CTS, HP, IBM, InfoEst, Wipro,
write a scwipt that a) takes exactly one argument, a directory name. b) if the number of argument is more or less than one,print a usage message c) if the argument is not adirectory, print another message d) for the given directory, print the five biggest files and the five files that were most recently modified. e) save the output to a file called q2output.
How to create environment variables?What are the conditions for creating variables?
How to print all array elements and their respective indexes?
What is k shell?