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
How to open a read-only file in the shell?
What is echo in shell?
Why do we use shell scripting?
How do I run a powershell script?
Write a shell script to get current date, time, user name and current working directory.
How are shells born?
What is in a script?
What does it mean by #!/Bin/sh or #!/Bin/bash at the beginning of every script?
What is bash coding?
c program to implement unix/linux command to block the signal ctrl-c and ctrl-\ signal during the execution ls -l|wc -l
Write a shell script that adds two numbers if provided as the command line argument and if the two numbers are not entered throws an error message.
Can we run shell script in windows?
Write a command sequence to find the count of each word?
What is difference between bash and shell?
Explain about shebang?