What are the three main forms of enabling debugging in a
shell script?
Answer Posted / arun singh
set -x
set -v
set -f
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do I run a script on mac?
Is cmd a shell?
How can you find out how long the system has been running?
What is in a script?
Is shell script a programming language?
what is tickets $ what low,medium,high priorite pls define time also
State the advantages of shell scripting?
c program the catches the ctrl-c(SIGINT) Signal for the first time and prints a output rather and exit on pressing Ctrl-C again
What are the various stages of a linux process it passes through?
What is sed in shell script?
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 is meant by $1 in shell script?
What is awk in shell scripting?
How to debug the problems encountered in the shell script/program?
What is the use of echo in shell script?