What are the three main forms of enabling debugging in a
shell script?
Answer Posted / anchal
set -vx
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is bash coding?
Why are shell scripts used?
How can you get the value of pi till a 100 decimal places?
How do I open the shell in cmd?
How will you copy a file from one machine to other?
Explain about gui scripting?
Explain about echo command?
What does $1 mean in bash?
c program which behaves like a shell(command interpreter). it has its own prompt say "NewShell$".any normal shell command is executed from your shell by starting a child process to execute a system program corrosponding to the command
What are "c" and "b" permission fields of a file?
determine the output of the following command: echo ${new:-variable}
How will you connect to a database server from linux?
What does it mean to debug a script?
How to debug the problems encountered in the shell script/program?
What can scripts do?