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
What are the disadvantages of shell scripting?
Is shell scripting useful?
How can we find the process name from its process id?
What are zombie processes?
What are the 3 standard streams in linux?
I want to create a directory such that anyone in the group can create a file and access any person's file in it but none should be able to delete a file other than the one created by himself.
What is awk in shell scripting?
What is the syntax of "nested if statement" in shell scripting?
What is the difference between break and continue commands?
c program to display the information of given file similar to givan by the unix or linux command ls -l
What is a shell script in windows?
How do I save a powershell script?
How do I run a shell script in powershell?
Print a given number, in reverse order using a shell script such that the input is provided using command line argument only.
Why is shell scripting important?