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 bourne shell scripting?
What is option in shell script?
Why is the use of shell script?
What are filters explain sort with all the options available?
How do you read arguments in a shell program - $1, $2 ..?
What does $1 mean in bash?
How to enable the shell to know what program should be run to interpret the script?
What is eval in shell script?
write a shell script to emulate the Id command of PRIMOS which lists files and directories. It list files first with a header FILES and then directories with a header DIRECTORIES. This command has several options. The main ones are. -file select files only -dir select directories only -reverse sort in reverse order -no_header put no header on the output -brief output the header only -size display the size of each file -help display Id´s syntax and options.
What are the 4 basics of OOP?
What is batch file programming?
What does it mean by #!/Bin/sh or #!/Bin/bash at the beginning of every script?