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


Please Help Members By Posting Answers For Below Questions

How would you compare the strings in a shell script?

547


Why should we use shell scripts?

590


What is a batch file used for?

562


What language is shell scripting?

580


How to print pid of the current shell?

604






What is shift command in shell script?

522


What is echo $shell?

621


How will you find the 99th line of a file using only tail and head command?

1985


What is the use of a shebang line?

619


How do I run a bin bash script?

576


Tell something about the super block in shell scripting?

571


c program to implement unix/linux command to block the signal ctrl-c and ctrl-\ signal during the execution ls -l|wc -l

3156


What does $$ mean in shell script?

584


How can you find out how long the system has been running?

526


What are the four fundamental components of every file system on linux?

1164